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():