minor refactoring (discord_presence needs full rewrite, obviously) + discord_presence enhancement: read correct station from ff to remove the need to manually edit the script every-fucking-time

This commit is contained in:
2025-07-23 16:03:16 -04:00
parent 3d94d385c3
commit 1d9c094853
3 changed files with 69 additions and 79 deletions

View File

@@ -19,9 +19,7 @@ HEADERS = {
class Catbox:
def generateRandomFileName(self, fileExt=""):
if len(fileExt) < 1:
fileExt = "db"