소스 검색

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()
     start = start_factory(setman.settings, strg)
     start.create()
+    start.create_transactions()
     app.run()