add a comment seperator to helpers.py

pull/8/head
l3uddz 7 years ago
parent b2294c6b97
commit 0e6a811cd5

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