chore: squash extra whitespace

This commit is contained in:
decentral1se 2023-11-24 14:48:43 +01:00
parent 313662eb6d
commit bb23a5c3a9
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
7 changed files with 7 additions and 7 deletions

View File

@ -151,4 +151,4 @@ If so, then reload nginx.
`# service nginx reload` `# service nginx reload`
See if it works by visiting <http://192.168.178.58/octomode/>. See if it works by visiting <http://192.168.178.58/octomode/>.

View File

@ -77,4 +77,4 @@ You can simply run *octomode* now with the following command to run it with `gun
## Use octomode locally ## Use octomode locally
It's recommended to use Firefox when working with octomode locally. Chrome or Chromium do not load external etherpads in iframes. It's recommended to use Firefox when working with octomode locally. Chrome or Chromium do not load external etherpads in iframes.

View File

@ -193,4 +193,4 @@ def pagedjs(name):
if __name__ == '__main__': if __name__ == '__main__':
APP.debug = True APP.debug = True
APP.env = "development" APP.env = "development"
APP.run(host="0.0.0.0", port=APP.config["PORTNUMBER"], threaded=True) APP.run(host="0.0.0.0", port=APP.config["PORTNUMBER"], threaded=True)

View File

@ -15,4 +15,4 @@ pypandoc==1.7.2
typing-extensions==4.0.1 typing-extensions==4.0.1
urllib3==1.26.8 urllib3==1.26.8
zipp==3.7.0 zipp==3.7.0
python-dotenv==0.21.0 python-dotenv==0.21.0

View File

@ -15,4 +15,4 @@ PAD_API_KEY = os.environ.get('OCTOMODE_PAD_API_KEY', '')
if not PAD_API_KEY or PAD_API_KEY == "XXX": if not PAD_API_KEY or PAD_API_KEY == "XXX":
print("error: you must provide a value for OCTOMODE_PAD_API_KEY") print("error: you must provide a value for OCTOMODE_PAD_API_KEY")
print("error: e.g. export OCTOMODE_PAD_API_KEY=...") print("error: e.g. export OCTOMODE_PAD_API_KEY=...")
exit(1) exit(1)

View File

@ -32,4 +32,4 @@ section#cover h1#title{
section#main pre{ section#main pre{
color: magenta; color: magenta;
} }

View File

@ -76,4 +76,4 @@ Preview the page in the HTML view.
Render it on pages in the PDF view. Render it on pages in the PDF view.
``` ```
</section> </section>