Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions reper.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
except: pass
session_files = listdir('sessions')
session_files.sort()
api_id = 25148883
api_hash = 'abc30c3b47a075ec9a0854b3015ef210'
api_id = 31395153
api_hash = '854cd806604a685aecdcdf0285b5db7f'
if command_line_args.help:
print(f'''Help:
-an {Fore.LIGHTBLUE_EX}NUMBER{Fore.RESET}, --add-number {Fore.LIGHTBLUE_EX}NUMBER{Fore.RESET} ~> {Fore.YELLOW}add account to script{Fore.RESET}
Expand Down