mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Removed debug print
This commit is contained in:
@@ -219,7 +219,6 @@ class Streams:
|
|||||||
await asyncio.sleep(1)
|
await asyncio.sleep(1)
|
||||||
|
|
||||||
if old != (self.twitch_streams, self.hitbox_streams):
|
if old != (self.twitch_streams, self.hitbox_streams):
|
||||||
print("DEBUG: Saving...")
|
|
||||||
fileIO("data/streams/twitch.json", "save", self.twitch_streams)
|
fileIO("data/streams/twitch.json", "save", self.twitch_streams)
|
||||||
fileIO("data/streams/hitbox.json", "save", self.hitbox_streams)
|
fileIO("data/streams/hitbox.json", "save", self.hitbox_streams)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user