From fc233deb7e1157195741f9a00909cc814addbe12 Mon Sep 17 00:00:00 2001 From: Dominic Zimmer Date: Fri, 17 Apr 2020 00:46:30 +0200 Subject: [PATCH] Now with saved state --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 9e52b02..766a63e 100644 --- a/main.py +++ b/main.py @@ -107,4 +107,4 @@ if __name__ == '__main__': app['model'] = Model() aiohttp.web.run_app(app, port=42042) - print("should save state") + app['model'].save()