We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068880f commit 437c37bCopy full SHA for 437c37b
1 file changed
custom_components/battery_notes/library_updater.py
@@ -33,7 +33,7 @@
33
_LOGGER = logging.getLogger(__name__)
34
35
HEADERS = {
36
- "User-Agent": f"BatteryNotes",
+ "User-Agent": "BatteryNotes",
37
"Content-Type": CONTENT_TYPE_JSON,
38
"Accept-Encoding": "gzip",
39
}
0 commit comments