diff --git a/.gitignore b/.gitignore index 8a16bd4..4ada93f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ temp/ # Игнорировать файл config.ini config.ini -main.exe + # Игнорировать все файлы в директории temp_folder temp_folder/* diff --git a/on.py b/on.py index bc112e6..fb1150d 100644 --- a/on.py +++ b/on.py @@ -373,15 +373,15 @@ if __name__ == '__main__': # loop = asyncio.get_event_loop() # loop.run_until_complete(main1()) files_js() - # try: - # search_id() - # except Exception as e: - # print(e) - # print('[*] Не залил весь товар.') - # # - # try: - # finds_ids() - # except Exception as e: - # print(e) - # print('[*] Не проверил весь товар которого не было на сайте.') + try: + search_id() + except Exception as e: + print(e) + print('[*] Не залил весь товар.') + # + try: + finds_ids() + except Exception as e: + print(e) + print('[*] Не проверил весь товар которого не было на сайте.') \ No newline at end of file