stop printing

master
Kostanjevec 2022-05-22 16:54:37 +02:00
parent 2cb1811d20
commit 0e58adb0e0
1 changed files with 2 additions and 2 deletions

View File

@ -16,5 +16,5 @@ client = Client(options)
def get_file_list():
return client.list("/GIA CLOUD")
for file in get_file_list():
print(file)
# for file in get_file_list():
# print(file)