File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4444 'sphinx.ext.doctest' ,
4545 'sphinx.ext.intersphinx' ,
4646 'sphinx.ext.coverage' ,
47- 'sphinx.ext.viewcode'
48- # 'sphinxcontrib.napoleon',
47+ 'sphinx.ext.viewcode' ,
48+ 'sphinxcontrib.napoleon' ,
4949]
5050
5151napoleon_google_docstring = True
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ def reraise(msg, exc):
5858instead of by two-key dictionaries. """
5959
6060def _syncthing ():
61- KEY = os .getenv ('SYNCTHING_API_KEY' , 'YZ434wn99kUqiwXipkLtdGEPqSgxFVfP' )
62- HOST = os .getenv ('SYNCTHING_HOST' , '192.168 .0.132 ' )
61+ KEY = os .getenv ('SYNCTHING_API_KEY' )
62+ HOST = os .getenv ('SYNCTHING_HOST' , '127.0 .0.1 ' )
6363 PORT = os .getenv ('SYNCTHING_PORT' , 8384 )
6464 IS_HTTPS = bool (int (os .getenv ('SYNCTHING_HTTPS' , '0' )))
6565 SSL_CERT_FILE = os .getenv ('SYNCTHING_CERT_FILE' )
You can’t perform that action at this time.
0 commit comments