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