From 9ac10a8dd368eb0ab4d8ff0f3cb1e627b4ec4854 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sat, 1 Apr 2023 18:25:14 +0000 Subject: [PATCH] refactor: Remove unnecessary whitespace Blank lines should not contain any tabs or spaces. --- run.py | 2 +- setup/args.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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