mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-05-30 04:48:50 +00:00
Add main entry point
Added a main entry point in __main__.py to allow running the exporter as a script. Required for standalone binary
This commit is contained in:
@@ -731,3 +731,6 @@ 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