.FIX. Actually fix meme
This commit is contained in:
parent
78dbd7e1f5
commit
bd395ef30b
|
@ -9,7 +9,7 @@ class handler(requestHelper.asyncRequestHandler):
|
||||||
data = {"message": "unknown error"}
|
data = {"message": "unknown error"}
|
||||||
try:
|
try:
|
||||||
# Check arguments
|
# 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()
|
raise exceptions.invalidArgumentsException()
|
||||||
|
|
||||||
# Get online staus
|
# Get online staus
|
||||||
|
|
Loading…
Reference in New Issue
Block a user