Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

Commit

Permalink
Merge branch 'dev' of github.com:hugsy/proxenet into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hugsy committed Feb 28, 2016
2 parents d9ecbcf + 43bd230 commit 02e8dde
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions proxenet-control-web.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,6 @@ def config_set():

@get('/rc')
def view_plugin_params():
if not is_proxenet_running(): return build_html(body=not_running_html())

if not os.access(PROXENET_INI, os.R_OK):
open(PROXENET_INI, 'a+')
with open(PROXENET_INI, 'r+') as f:
Expand Down

0 comments on commit 02e8dde

Please sign in to comment.