mirror of
https://github.com/alexbers/mtprotoproxy.git
synced 2026-03-14 07:13:09 +00:00
Make proxy link order consistent, sort by username
This commit is contained in:
@@ -234,7 +234,7 @@ def print_tg_info():
|
||||
except:
|
||||
my_ip = 'YOUR_IP'
|
||||
|
||||
for user, secret in USERS.items():
|
||||
for user, secret in sorted(USERS.items(), key=lambda x: x[0]):
|
||||
params = {
|
||||
"server": my_ip, "port": PORT, "secret": secret
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user