0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
2025-07-08 17:09:20 +02:00
parent d3175c2de7
commit bf701f724b

View File

@@ -163,8 +163,10 @@ def main():
pre_track_path = None
if can_delete_file("/tmp/radioPlayer_arg"):
arg = None
with open("/tmp/radioPlayer_arg", "r") as f:
arg = f.read()
if arg == None: exit(95)
os.remove("/tmp/radioPlayer_arg")
if arg: