1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Server setup is now executed even when running directly

This commit is contained in:
Krateng 2020-03-21 17:49:52 +01:00
parent a4f13f6923
commit b611387011
2 changed files with 2 additions and 1 deletions

View File

@ -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",

View File

@ -166,6 +166,7 @@ def loadlastfm(filename):
print("Successfully imported your Last.FM scrobbles!")
def direct():
setup()
from . import server
def backuphere():