mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-01-01 12:26:13 +00:00
commit
696e72e3e8
|
@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
label.style.opacity = 1;
|
label.style.opacity = 1;
|
||||||
}.bind(this), 250);
|
}, 250);
|
||||||
});
|
});
|
||||||
|
|
||||||
labels[i].addEventListener('mouseout', function() {
|
labels[i].addEventListener('mouseout', function() {
|
||||||
|
|
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