mirror of
https://github.com/NohamR/GoFileCLI.git
synced 2026-01-08 23:18:14 +00:00
Update gopload.py
This commit is contained in:
3
gopload.py
Normal file → Executable file
3
gopload.py
Normal file → Executable file
@@ -1,3 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import requests
|
||||
import random
|
||||
import time
|
||||
@@ -215,4 +216,4 @@ if __name__ == "__main__":
|
||||
main(args.file, args.folder, args.name, args.parent, args.private, logger)
|
||||
else:
|
||||
logger.error("No file or folder specified")
|
||||
exit(1)
|
||||
exit(1)
|
||||
|
||||
Reference in New Issue
Block a user