mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-05-27 11:26:22 +00:00
Added call to main() if directly executing __main__.py file
This commit is contained in:
@@ -763,3 +763,7 @@ def main():
|
|||||||
handle_media_directory(args)
|
handle_media_directory(args)
|
||||||
|
|
||||||
print("Everything is done!")
|
print("Everything is done!")
|
||||||
|
|
||||||
|
|
||||||
|
if __name__ == "__main__":
|
||||||
|
main()
|
||||||
Reference in New Issue
Block a user