.FIX. Actually fix meme

This commit is contained in:
russelg 2016-08-24 11:10:29 +08:00
parent 78dbd7e1f5
commit bd395ef30b

View File

@ -9,7 +9,7 @@ class handler(requestHelper.asyncRequestHandler):
data = {"message": "unknown error"}
try:
# Check arguments
if "u" not in self.request.arguments or "id" not in self.request.arguments:
if "u" not in self.request.arguments and "id" not in self.request.arguments:
raise exceptions.invalidArgumentsException()
# Get online staus