Skip to content

Commit

Permalink
removed debug print statment from update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
treeben77 committed Feb 5, 2023
1 parent 45899d3 commit a783d63
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion discordoauth2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def join_guild(self, guild_id, user_id, nick = None, role_ids = None, mute = Fal

def update_metadata(self, platform_name=None, username=None, **metadata):
def metadataTypeHook(item):
print(item, type(item), type(type(item)))
if type(item) == bool:
return 1 if item else 0
if type(item) == datetime:
Expand Down

0 comments on commit a783d63

Please sign in to comment.