Compare commits

..

No commits in common. "70d9d2779b6ca2981c4ecdb6a881e41c28403206" and "bb6f56a50e19ddd7d0d7d8e3363ce6c1aa4f8721" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ class ArkhamDBUpdater(discord.Client):
for channel_id in list(self.channel_list): for channel_id in list(self.channel_list):
channel = self.get_channel(channel_id) channel = self.get_channel(channel_id)
if channel is None: if channel is None:
logging.info( print(
f"channel {channel_id} does not exist, removing it from tracking!" f"channel {channel_id} does not exist, removing it from tracking!"
) )
self.channel_list.remove(channel_id) self.channel_list.remove(channel_id)

View File

@ -1,6 +1,6 @@
[project] [project]
name = "ArkhamDB_Discord_Bot" name = "ArkhamDB_Discord_Bot"
version = "0.1.5" version = "0.1.4"
description = "" description = ""
authors = [ authors = [
{name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"}, {name = "Adam Goldsmith", email = "adam@adamgoldsmith.name"},