minor bug fixed

master
kirbylife 2020-12-08 20:50:57 -06:00
parent 16b733fc03
commit 9d83b9582c
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ class MunyalClient(Icon):
except Exception: except Exception:
return return
if data["uuid"] != self.config["uuid"]: if data["uuid"] != self.config["uuid"]:
downloader(data) self.downloader(data)
if __name__ == '__main__': if __name__ == '__main__':