mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
flake8: E703 statement ends with a semicolon
This commit is contained in:
@ -35,7 +35,7 @@ def getDirectUrlParam(request):
|
||||
if ('directUrl' in request.GET):
|
||||
return request.GET['directUrl'].lower() in ("true")
|
||||
else:
|
||||
return False;
|
||||
return False
|
||||
|
||||
|
||||
def default(request): # default parameters that will be passed to the template
|
||||
|
||||
Reference in New Issue
Block a user