Add module for packet handlers and reload it

This commit is contained in:
2020-09-07 22:31:55 -06:00
parent 76d5609c26
commit db8d8d7b85
4 changed files with 18 additions and 9 deletions
+1
View File
@@ -49,4 +49,5 @@ def main():
if __name__ == '__main__':
threading.Thread(target=app.run).start()
time.sleep(1)
main()