Merge pull request #12 from Fluffy-Bean/main

Catchup with fixes
This commit is contained in:
Michał 2023-04-01 19:27:42 +01:00 committed by GitHub
commit 696e72e3e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
label.style.opacity = 1;
}.bind(this), 250);
}, 250);
});
labels[i].addEventListener('mouseout', function() {

2
run.py
View file

@ -13,7 +13,7 @@ print("""
+#+ +#+ +#+ +#+#+# +#+ +#+ +#+ +#+ +#+ +#+# +#+
#+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+#
######## ### #### ########## ### ########## ######### ######### ########
Created by Fluffy Bean - Version 23.03.30
""")

View file

@ -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