This commit is contained in:
Alex 2023-10-18 15:27:55 +03:00
parent 539ad39173
commit 626656b037
2 changed files with 12 additions and 12 deletions

2
.gitignore vendored
View File

@ -7,7 +7,7 @@ temp/
# Игнорировать файл config.ini
config.ini
main.exe
# Игнорировать все файлы в директории temp_folder
temp_folder/*

22
on.py
View File

@ -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('[*] Не проверил весь товар которого не было на сайте.')