Skip to content

Commit

Permalink
reformat functions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TyrantLucifer committed Dec 15, 2021
1 parent 9b2b735 commit a9f64e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shadowsocksr_cli/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,6 @@ def open_pac_proxy(local_port, http_port=80):
logger.info('Open pac proxy - {0}:{1}'.format(Setting.get_value('local_address'), local_port))
HandleHttpServer.handle_http_server("start", local_port, http_port)



@staticmethod
@is_ubuntu
def close_proxy(local_port, http_port=80):
Expand Down

0 comments on commit a9f64e6

Please sign in to comment.