mirror of
https://github.com/SickGear/SickGear.git
synced 2025-03-16 17:47: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:
|
||||
n.notify_snatch(ep_name)
|
||||
|
||||
|
||||
def notify_git_update(new_version=""):
|
||||
for n in notifiers:
|
||||
n.notify_git_update(new_version)
|
||||
|
|
Loading…
Reference in a new issue