fixed format string

This commit is contained in:
Rudis Muiznieks 2022-10-31 16:50:58 -05:00
parent a22162568c
commit f3234dacd5
Signed by: rudism
GPG Key ID: CABF2F86EF7884F9
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class MeetingModeSkill(MycroftSkill):
<title>DO NOT DISTURB</title>
<style>
html {
background: url('%') no-repeat center center fixed;
background: url('%s') no-repeat center center fixed;
background-size: cover;
}
</style>