mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-02-10 18:05:10 +08:00
flake8: E211 whitespace before '('
This commit is contained in:
@ -99,7 +99,7 @@ def getCorrectName(filename, req):
|
||||
|
||||
|
||||
# get server url
|
||||
def getServerUrl (forDocumentServer, req):
|
||||
def getServerUrl(forDocumentServer, req):
|
||||
example_url = config_manager.example_url()
|
||||
if (forDocumentServer and example_url is not None):
|
||||
return example_url.geturl()
|
||||
|
||||
Reference in New Issue
Block a user