Uncomment pack in init
This commit is contained in:
@@ -5,7 +5,7 @@ from pack import Pack
|
||||
|
||||
class App:
|
||||
def __init__(self):
|
||||
#self.pack = Pack()
|
||||
self.pack = Pack()
|
||||
print("Done")
|
||||
self.app = web.Application()
|
||||
self.app.add_routes([web.post('/update', self.updatePack)])
|
||||
|
Reference in New Issue
Block a user