mirror of
https://github.com/cucumber-sp/yandex-music-linux.git
synced 2024-12-24 14:34:39 +03:00
Remove unused uncertain variable
This commit is contained in:
parent
af0c4de261
commit
d071191b2c
@ -31,7 +31,6 @@ if not response.ok:
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
notes = {}
|
notes = {}
|
||||||
element_key: str
|
|
||||||
for element_key in response.json().keys():
|
for element_key in response.json().keys():
|
||||||
if not element_key.startswith("desktop-release-notes."):
|
if not element_key.startswith("desktop-release-notes."):
|
||||||
continue
|
continue
|
||||||
|
Loading…
Reference in New Issue
Block a user