1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00

PEP8 Cleanups

This commit is contained in:
echel0n 2014-07-03 14:25:30 -07:00
parent c34442f5c1
commit c3a13814f1

View File

@ -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)