Now with saved state

This commit is contained in:
Dominic Zimmer 2020-04-17 00:46:30 +02:00
parent d94c1f4e3d
commit fc233deb7e

View File

@ -107,4 +107,4 @@ if __name__ == '__main__':
app['model'] = Model()
aiohttp.web.run_app(app, port=42042)
print("should save state")
app['model'].save()