dev-prodId #1

Merged
Taledo merged 22 commits from dev-prodId into main 2026-07-29 08:12:57 +00:00
Showing only changes of commit 5081b29333 - Show all commits

View File

@ -210,7 +210,7 @@ class IdaCogs(commands.Cog):
print("deleted command.last file content") print("deleted command.last file content")
# gets the name and URL from the sheet, then store it in a file so we don't ask the sheet again. # gets the name and URL from the sheet, then store it in a file so we don't ask the sheet again.
name, url = (await helpers.getFromSheet(self.session, self.gsheetToken, "sheet"),).split("|") name, url = (await helpers.getFromSheet(self.session, self.gsheetToken, "sheet")).split("|")
with open("station.name", 'w') as f: with open("station.name", 'w') as f:
f.write(name) f.write(name)