mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-04-24 15:01:36 +00:00
Added call to main() if directly executing __main__.py file
This commit is contained in:
@@ -762,4 +762,8 @@ def main():
|
|||||||
# Handle media directory
|
# Handle media directory
|
||||||
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