Skip to content

Commit

Permalink
cleaned up macrovision.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nfearnley committed May 21, 2024
1 parent e9f2608 commit 0c2066c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sizebot/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,5 @@ def init(self):
ConfigField("activity", "sizebot.activity", default="Ratchet and Clank: Size Matters"),
ConfigField("authtoken", "discord.authtoken", initdefault="INSERT_BOT_TOKEN_HERE"),
ConfigField("logchannelid", "discord.logchannelid", type=int, default=None),
ConfigField("bugwebhookurl", "discord.bugwebhookurl", default=None),
ConfigField("cuttly_key", "api.cuttly", default=None)
ConfigField("bugwebhookurl", "discord.bugwebhookurl", default=None)
])

0 comments on commit 0c2066c

Please sign in to comment.