This commit is contained in:
2016-02-23 19:19:52 -05:00
parent 26469c9ae3
commit 037ce198e3
6 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -52,6 +52,6 @@ class Controller:
return self.start()
return exit()
print('name:', __name__)
if __name__ == '__main__':
Controller()
Binary file not shown.
-1
View File
@@ -34,7 +34,6 @@ def logDB(name, switch, outcome):
conn.commit()
conn.close()
return True
def seedDB():