mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-01 12:26:13 +00:00
refactor: Remove unnecessary whitespace
Blank lines should not contain any tabs or spaces.
This commit is contained in:
parent
6099f25cdf
commit
9ac10a8dd3
2
run.py
2
run.py
|
@ -13,7 +13,7 @@ print("""
|
||||||
+#+ +#+ +#+ +#+#+# +#+ +#+ +#+ +#+ +#+ +#+# +#+
|
+#+ +#+ +#+ +#+#+# +#+ +#+ +#+ +#+ +#+ +#+# +#+
|
||||||
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
|
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
|
||||||
######## ### #### ########## ### ########## ######### ######### ########
|
######## ### #### ########## ### ########## ######### ######### ########
|
||||||
|
|
||||||
Created by Fluffy Bean - Version 23.03.30
|
Created by Fluffy Bean - Version 23.03.30
|
||||||
""")
|
""")
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ Startup arguments for the OnlyLegs gallery
|
||||||
-p, --port: Port to run on (default: 5000)
|
-p, --port: Port to run on (default: 5000)
|
||||||
-a, --address: Address to run on (default: For Debug: localhost, For Production: 0.0.0.0)
|
-a, --address: Address to run on (default: For Debug: localhost, For Production: 0.0.0.0)
|
||||||
-w, --workers: Number of workers to run (default: 4)
|
-w, --workers: Number of workers to run (default: 4)
|
||||||
|
|
||||||
-d, --debug: Run as Flask app in debug mode (default: False)
|
-d, --debug: Run as Flask app in debug mode (default: False)
|
||||||
-S, --scream: Show verbose output (default: False)
|
-S, --scream: Show verbose output (default: False)
|
||||||
-h, --help: Show a help message
|
-h, --help: Show a help message
|
||||||
|
|
Loading…
Reference in a new issue