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

Simplified scrobbler code

This commit is contained in:
Krateng
2018-11-29 13:43:45 +01:00
parent ce5e342212
commit 9bcd701287
6 changed files with 108 additions and 46 deletions

View File

@@ -8,8 +8,8 @@ import sys
import signal
MAIN_PORT = 12345
DATABASE_PORT = 12349
MAIN_PORT = 42010
DATABASE_PORT = 42011
@route("")