Skip to content

Commit

Permalink
修复了非ssr帐号推送道订阅不成功的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
the0demiurge committed Oct 29, 2017
1 parent a5605ac commit ce6eb3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/ss/ss_free.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,9 @@ def decode(string):
ssr_decoded = ':'.join([
server['server'],
server['server_port'],
'origin',
server['method'],
'plain',
encode(server['password'])
])
ssr_decoded += '/?remarks={remarks}&group={group}'.format(
Expand Down

0 comments on commit ce6eb3e

Please sign in to comment.