mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-15 17:17:43 +00:00
PEP8 Cleanups
This commit is contained in:
parent
c34442f5c1
commit
c3a13814f1
1 changed files with 5 additions and 4 deletions
|
@ -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 a new issue