Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
oxcbr2 committed Feb 20, 2024
1 parent 1dc2b2e commit cfde2db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bbot/modules/bucket_firebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def filter_bucket(self, event):
if not any(host.endswith(f".{d}") for d in self.base_domains):
return False, "bucket belongs to a different cloud provider"
return True, ""

async def check_bucket_exists(self, bucket_name, url):
url = url.strip("/") + "/.json"
if "_" in bucket_name:
Expand Down

0 comments on commit cfde2db

Please sign in to comment.