mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-04 07:54:13 -04:00
Replace returnValue with return (#5736)
This commit is contained in:
parent
18a466b84e
commit
4806651744
177 changed files with 1359 additions and 1513 deletions
2
synapse/app/homeserver.py
Executable file → Normal file
2
synapse/app/homeserver.py
Executable file → Normal file
|
@ -406,7 +406,7 @@ def setup(config_options):
|
|||
if provision:
|
||||
yield acme.provision_certificate()
|
||||
|
||||
defer.returnValue(provision)
|
||||
return provision
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def reprovision_acme():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue