From b611387011e4cbd274e210d0c21c83d15302281c Mon Sep 17 00:00:00 2001 From: Krateng Date: Sat, 21 Mar 2020 17:49:52 +0100 Subject: [PATCH] Server setup is now executed even when running directly --- maloja/__pkginfo__.py | 2 +- maloja/controller.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/maloja/__pkginfo__.py b/maloja/__pkginfo__.py index 8404503..8ab3ccd 100644 --- a/maloja/__pkginfo__.py +++ b/maloja/__pkginfo__.py @@ -5,7 +5,7 @@ author = { "email":"maloja@krateng.dev", "github": "krateng" } -version = 2,3,5 +version = 2,3,6 versionstr = ".".join(str(n) for n in version) links = { "pypi":"malojaserver", diff --git a/maloja/controller.py b/maloja/controller.py index 1ffb476..fa61563 100755 --- a/maloja/controller.py +++ b/maloja/controller.py @@ -166,6 +166,7 @@ def loadlastfm(filename): print("Successfully imported your Last.FM scrobbles!") def direct(): + setup() from . import server def backuphere():