diff --git a/gallery/static/js/lable.js b/gallery/static/js/lable.js index 4188422..b86161f 100644 --- a/gallery/static/js/lable.js +++ b/gallery/static/js/lable.js @@ -14,7 +14,7 @@ document.addEventListener('DOMContentLoaded', function() { setTimeout(function() { label.style.opacity = 1; - }.bind(this), 250); + }, 250); }); labels[i].addEventListener('mouseout', function() { diff --git a/run.py b/run.py index 7300567..c9c6303 100644 --- a/run.py +++ b/run.py @@ -13,7 +13,7 @@ print(""" +#+ +#+ +#+ +#+#+# +#+ +#+ +#+ +#+ +#+ +#+# +#+ #+# #+# #+# #+#+# #+# #+# #+# #+# #+# #+# #+# #+# ######## ### #### ########## ### ########## ######### ######### ######## - + Created by Fluffy Bean - Version 23.03.30 """) diff --git a/setup/args.py b/setup/args.py index f7760b0..af2f6dc 100644 --- a/setup/args.py +++ b/setup/args.py @@ -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