Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-in-CA committed Dec 30, 2019
1 parent 8449f43 commit 50c4087
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions _thread/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion webpages.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ def GET(self):
qdict = web.input()
pnum = int(qdict[u"pid"]) + 1 # program number
cp = json.loads(qdict[u"v"])
print("cp: ", cp)
if cp[u"enabled"] == 0 and pnum == gv.pon: # if disabled and program is running
for i in range(len(gv.ps)):
if gv.ps[i][0] == pnum:
Expand Down

0 comments on commit 50c4087

Please sign in to comment.