fixed format string
This commit is contained in:
parent
a22162568c
commit
f3234dacd5
|
@ -35,7 +35,7 @@ class MeetingModeSkill(MycroftSkill):
|
||||||
<title>DO NOT DISTURB</title>
|
<title>DO NOT DISTURB</title>
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
background: url('%') no-repeat center center fixed;
|
background: url('%s') no-repeat center center fixed;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue