mirror of
https://github.com/NohamR/gofilepy.git
synced 2026-01-11 08:48:16 +00:00
Improve code structure
Refactored the download_files function in cli.py to separate single file and folder download logic into helper functions, improving readability and maintainability.
This commit is contained in:
@@ -7,7 +7,7 @@ from gofilepy import GofileClient
|
||||
client = GofileClient()
|
||||
|
||||
# Get folder contents
|
||||
contents = client.get_contents("GxHNKL")
|
||||
contents = client.get_contents("QUo3a5")
|
||||
print("Folder contents:")
|
||||
print(contents)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user