mirror of
https://github.com/B16f00t/whapa.git
synced 2026-04-25 10:55:56 +03:00
[GH-ISSUE #169] whagodri.py - --s_databases Not Working Correctly #153
Labels
No labels
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/whapa#153
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dbmaxpayne on GitHub (Jun 7, 2022).
Original GitHub issue: https://github.com/B16f00t/whapa/issues/169
Hi,
just found out that apparently media files are now named .mcrypt1 (with E2E enabled) which make --s_databases sync everything, not just the databases.
I suggest changing the following line
if "crypt" in i:to
if "crypt" in i and "mcrypt" not in i:Surely there is a better solution, but that has worked for me for now.
Cheers,
Mark
@B16f00t commented on GitHub (Jun 7, 2022):
Thanks, do you want to do a PR? It's welcome
@dbmaxpayne commented on GitHub (Jun 7, 2022):
I just did that for the first time.
I hope everything is correct. Sorry if not.
I'm new to collaborating here :)
@B16f00t commented on GitHub (Jun 8, 2022):
Fixed. Thanks