Sergienko Anton hace 7 años
padre
commit
194f33635f
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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():