From 626656b0373912331344e5962ca3e263b0fa03ae Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 18 Oct 2023 15:27:55 +0300 Subject: [PATCH] exe1w --- .gitignore | 2 +- on.py | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) 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