mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-29 10:56:10 +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
|
||||
""")
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ Startup arguments for the OnlyLegs gallery
|
|||
-p, --port: Port to run on (default: 5000)
|
||||
-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)
|
||||
|
||||
|
||||
-d, --debug: Run as Flask app in debug mode (default: False)
|
||||
-S, --scream: Show verbose output (default: False)
|
||||
-h, --help: Show a help message
|
||||
|
|
Loading…
Reference in a new issue