mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
Removed debug print
This commit is contained in:
parent
d2298439fd
commit
5bf4b6a888
@ -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)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user