add a comment seperator to helpers.py

pull/54/head
l3uddz 7 years ago
parent c0c3c9dfaf
commit 1845ceaa10

@ -382,6 +382,11 @@ def trakt_is_movie_blacklisted(movie, blacklist_settings):
return blacklisted
############################################################
# MISC
############################################################
def get_response_dict(response):
found_response = None
try:

Loading…
Cancel
Save