This commit is contained in:
2025-05-02 10:59:36 +03:00
parent 2ae2e427a8
commit 69d115acfc
2 changed files with 2 additions and 3 deletions

2
.gitignore vendored
View File

@@ -1,2 +1,2 @@
.env
.ropeproject

View File

@@ -27,7 +27,7 @@ def main():
'name': jelly_name,
}).encode()
print(f"Listening for JellyFin client discovery broadcasts")
print("Listening for JellyFin client discovery broadcasts")
print('Address: "%(addr)s", Id: "%(id)s", Name: "%(name)s"' % {
'addr': jelly_addr,
'id': jelly_id,
@@ -51,4 +51,3 @@ def main():
if __name__ == "__main__":
main()