소스 검색

Fix errors

Sergienko Anton 7 년 전
부모
커밋
194f33635f
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/program_efremova.py

+ 2 - 1
src/program_efremova.py

@@ -98,7 +98,7 @@ def generated_json():
 
 
 @function_execution_time
-@if_exist_dictionary
+@if_exist_json
 def how_many_articles_need_to_check():
     dictionary = read_json()
 
@@ -281,6 +281,7 @@ def main():
             menu[command - 1]['function']()
         else:
             menu[command - 1]['function'](menu[command - 1]['params'])
+        input("Нажмите Enter для продолжения...")
 
 
 def test():