remove grzegorz.jpg from initial playlist

This commit is contained in:
Peder Bergebakken Sundt 2021-08-19 22:45:50 +02:00
parent d4a3365343
commit 1b9c723e06
1 changed files with 2 additions and 1 deletions

View File

@ -10,8 +10,9 @@ if not os.path.exists(os.path.join(basedir, "config.py")):
import config
async def grzegorz_splash():
resp = await grzegorz.mpv_control.loadfile('grzegorz/grzegorz/res/logo.jpg')
#resp = await grzegorz.mpv_control.loadfile('./res/logo.jpg')
#print(resp)
pass
loop, app = grzegorz.make_sanic_app(
host = config.address,