Add default room for testing && show error msg
This commit is contained in:
parent
436553809a
commit
f7351aecf8
2 changed files with 15 additions and 4 deletions
|
@ -29,9 +29,9 @@ init_db(state.db)
|
|||
state.rooms[1000] = Room(
|
||||
id=1000,
|
||||
coord=Coordinates(46.6769043, 11.1851585),
|
||||
name="Test Room",
|
||||
pin=None,
|
||||
tags=set(),
|
||||
name="Lido Scena",
|
||||
pin=1234,
|
||||
tags=set(["chill", "raggaetton", "spanish", "latino", "mexican", "rock"]),
|
||||
range_size=150,
|
||||
songs={},
|
||||
history=[],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue