mirror of
https://github.com/KeksPirates/SoftwareManager.git
synced 2026-08-03 17:39:42 +02:00
fix: add self argument to function
This commit is contained in:
@@ -45,6 +45,6 @@ class UztrackerScraper:
|
||||
consoleLog(f"Failed to fetch {search_url}: {e}")
|
||||
return None
|
||||
|
||||
def get_magnet(post: Dict):
|
||||
def get_magnet(self, post: Dict):
|
||||
return get_magnet_link(post["url"])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user