fixed format string
This commit is contained in:
parent
a22162568c
commit
f3234dacd5
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue