stuff
This commit is contained in:
parent
26469c9ae3
commit
037ce198e3
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -52,6 +52,6 @@ class Controller:
|
|||||||
return self.start()
|
return self.start()
|
||||||
|
|
||||||
return exit()
|
return exit()
|
||||||
|
print('name:', __name__)
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
Controller()
|
Controller()
|
||||||
|
Binary file not shown.
@ -34,7 +34,6 @@ def logDB(name, switch, outcome):
|
|||||||
|
|
||||||
conn.commit()
|
conn.commit()
|
||||||
|
|
||||||
conn.close()
|
|
||||||
return True
|
return True
|
||||||
|
|
||||||
def seedDB():
|
def seedDB():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user