ソースを参照

Added start_factory.create_transactions call to main.py

Vsevolod Levitan 1 年間 前
コミット
610e916bef
1 ファイル変更1 行追加0 行削除
  1. 1 0
      main.py

+ 1 - 0
main.py

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