Sfoglia il codice sorgente

Added start_factory.create_transactions call to main.py

Vsevolod Levitan 1 anno fa
parent
commit
610e916bef
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      main.py

+ 1 - 0
main.py

@@ -60,6 +60,7 @@ def run():
     strg = storage()
     start = start_factory(setman.settings, strg)
     start.create()
+    start.create_transactions()
     app.run()