Sergienko Anton %!s(int64=7) %!d(string=hai) anos
pai
achega
194f33635f
Modificáronse 1 ficheiros con 2 adicións e 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
 @function_execution_time
-@if_exist_dictionary
+@if_exist_json
 def how_many_articles_need_to_check():
 def how_many_articles_need_to_check():
     dictionary = read_json()
     dictionary = read_json()
 
 
@@ -281,6 +281,7 @@ def main():
             menu[command - 1]['function']()
             menu[command - 1]['function']()
         else:
         else:
             menu[command - 1]['function'](menu[command - 1]['params'])
             menu[command - 1]['function'](menu[command - 1]['params'])
+        input("Нажмите Enter для продолжения...")
 
 
 
 
 def test():
 def test():