mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 19:12:26 -05:00
PEP8 Cleanups
This commit is contained in:
parent
c34442f5c1
commit
c3a13814f1
@ -102,6 +102,7 @@ def notify_snatch(ep_name):
|
|||||||
for n in notifiers:
|
for n in notifiers:
|
||||||
n.notify_snatch(ep_name)
|
n.notify_snatch(ep_name)
|
||||||
|
|
||||||
|
|
||||||
def notify_git_update(new_version=""):
|
def notify_git_update(new_version=""):
|
||||||
for n in notifiers:
|
for n in notifiers:
|
||||||
n.notify_git_update(new_version)
|
n.notify_git_update(new_version)
|
||||||
|
Loading…
Reference in New Issue
Block a user