Skip to content

Commit fdc6428

Browse files
committed
Removed debugging print statement
1 parent a63d1b8 commit fdc6428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async def on_ready(self):
205205
await self.config.update()
206206

207207
closures = self.config.get('closures', {}).copy()
208-
print(closures) # for debugging
208+
209209
for recipient_id, items in closures.items():
210210
after = (datetime.datetime.fromisoformat(items['time']) -
211211
datetime.datetime.utcnow()).total_seconds()

0 commit comments

Comments
 (0)