.FIX. Fix memes
This commit is contained in:
		@@ -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 and "id" not in self.request.arguments:
 | 
								if "u" not in self.request.arguments or "id" not in self.request.arguments:
 | 
				
			||||||
				raise exceptions.invalidArgumentsException()
 | 
									raise exceptions.invalidArgumentsException()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			# Get online staus
 | 
								# Get online staus
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user