Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
bafflingbug committed Apr 3, 2019
1 parent d336f1f commit c8147d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/plugins/ssrs/ssr.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def restart(self):
def get_data(self):
if not self.port_open():
return None
self.conf.pop('restart')
return base64.urlsafe_b64encode(json.dumps(self.conf).encode()).decode()
# param_str = 'obfsparam=' + base64.urlsafe_b64encode(self.conf['obfsparam'].encode()).decode().rstrip('=')
# if self.conf['protoparam'] != '':
Expand Down

0 comments on commit c8147d8

Please sign in to comment.