both check_id

This commit is contained in:
2020-03-29 10:26:19 +08:00
parent 6e2953e4e0
commit 74cbb72a55
8 changed files with 122 additions and 62 deletions

View File

@@ -43,8 +43,8 @@ def send_queue_function():
def process_reforware(dp):
if ':' in dp.app:
first_forward, next_forward = dp.app.split(':')
if '&' in dp.app:
first_forward, next_forward = dp.app.split('&')
dp.app = next_forward
return first_forward, dp
else: