Skip to content

Commit

Permalink
Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Mar 5, 2025
1 parent c5b0601 commit f6de772
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wp1/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def connect_storage():
connect_str = (
'%(url)s/?keyId=%(key)s&secretAccessKey=%(secret)s&bucketName=%(bucket)s'
% creds)
print(connect_str)
s3 = KiwixStorage(connect_str)
s3.check_credentials(list_buckets=True, bucket=True, write=True, read=True)
return s3

0 comments on commit f6de772

Please sign in to comment.