mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-07-29 15:29:14 +02:00
some updates
This commit is contained in:
+1
-2
@@ -11,8 +11,7 @@ def _parse_args(text: str) -> dict[str, str]:
|
||||
if "=" in line:
|
||||
key, val = line.split("=", 1)
|
||||
args[key.strip()] = val.strip()
|
||||
else:
|
||||
args[line] = True
|
||||
else: args[line] = True
|
||||
return args
|
||||
|
||||
class FSDBParser(PlaylistParser):
|
||||
|
||||
Reference in New Issue
Block a user