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:
parent
a4f13f6923
commit
b611387011
@ -5,7 +5,7 @@ author = {
|
|||||||
"email":"maloja@krateng.dev",
|
"email":"maloja@krateng.dev",
|
||||||
"github": "krateng"
|
"github": "krateng"
|
||||||
}
|
}
|
||||||
version = 2,3,5
|
version = 2,3,6
|
||||||
versionstr = ".".join(str(n) for n in version)
|
versionstr = ".".join(str(n) for n in version)
|
||||||
links = {
|
links = {
|
||||||
"pypi":"malojaserver",
|
"pypi":"malojaserver",
|
||||||
|
@ -166,6 +166,7 @@ def loadlastfm(filename):
|
|||||||
print("Successfully imported your Last.FM scrobbles!")
|
print("Successfully imported your Last.FM scrobbles!")
|
||||||
|
|
||||||
def direct():
|
def direct():
|
||||||
|
setup()
|
||||||
from . import server
|
from . import server
|
||||||
|
|
||||||
def backuphere():
|
def backuphere():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user