Skip to content

Commit be306d6

Browse files
committed
Fix: Remove static tag for getUploads.
1 parent 41b4383 commit be306d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lighthouseweb3/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ def getDealStatus(cid: str):
6868
return deal_status.get_deal_status(cid)
6969
except Exception as e:
7070
raise e
71-
72-
@staticmethod
71+
7372
def getUploads(self, lastKey: int = None):
7473
"""
7574
Get uploads from the Lighthouse.

0 commit comments

Comments
 (0)