Reorganize all Imgur info in database

This commit is contained in:
JonnyWong16 2018-03-24 20:02:23 -07:00
parent d166b77ea9
commit 90f3d597dc
7 changed files with 189 additions and 170 deletions

View file

@ -4140,7 +4140,7 @@ class WebInterface(object):
"""
data_factory = datafactory.DataFactory()
result = data_factory.delete_poster_url(rating_key=rating_key)
result = data_factory.delete_imgur_info(rating_key=rating_key)
if result:
return {'result': 'success', 'message': 'Deleted Imgur poster.'}