diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index dcb174d..44cd429 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -6,8 +6,11 @@ try: import toml with open("./pyproject.toml") as filed: metadata = toml.load(filed)['project'] - VERSION = metadata['version'] + VERSION = metadata['version'] + "-dev" HOMEPAGE = metadata['urls']['homepage'] + # this will give wrong info when the installed package is run, but we just + # happen to be in the directory of the project + # but this can't be helped I think except: # package distributrion diff --git a/maloja/proccontrol/control.py b/maloja/proccontrol/control.py index b92bc5c..dd0eff6 100644 --- a/maloja/proccontrol/control.py +++ b/maloja/proccontrol/control.py @@ -44,9 +44,9 @@ def start(): if getInstanceSupervisor() is not None: print("Maloja is already running.") else: + print_header_info() setup() try: - print_header_info() #p = subprocess.Popen(["python3","-m","maloja.server"],stdout=subprocess.DEVNULL,stderr=subprocess.DEVNULL) sp = subprocess.Popen(["python3","-m","maloja.proccontrol.supervisor"],stdout=subprocess.DEVNULL,stderr=subprocess.DEVNULL) print(col["green"]("Maloja started!")) diff --git a/maloja/web/jinja/admin_overview.jinja b/maloja/web/jinja/admin_overview.jinja index 9f71e7f..563dc2a 100644 --- a/maloja/web/jinja/admin_overview.jinja +++ b/maloja/web/jinja/admin_overview.jinja @@ -77,10 +77,10 @@

Download Data

- Download your data to store local backups.

+ Download your data to have a backup.

- +