1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-12 11:02:21 -05:00

Merge pull request #1039 from mdpauley/develop

webserve.py has no attribute 'MainHandler'
This commit is contained in:
echel0n 2014-12-07 10:53:15 -08:00
commit 72f46bc6a0

View File

@ -67,7 +67,7 @@ result_type_map = {RESULT_SUCCESS: "success",
}
# basically everything except RESULT_SUCCESS / success is bad
class Api(webserve.MainHandler):
class Api(webserve.WebHandler):
""" api class that returns json results """
version = 4 # use an int since float-point is unpredictible
intent = 4