Skip to content

Commit

Permalink
Merge pull request #88 from Code4GovTech/feature/unmerged-fix
Browse files Browse the repository at this point in the history
log added
  • Loading branch information
jaanbaaz authored Dec 24, 2024
2 parents bc255cc + 4a0f5de commit 7319844
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ async def on_submit(self, interaction: discord.Interaction):
"discord_username": user.display_name,
"email":""
}
print('user data before updating contributor is ', user_data)
except Exception as e:
print('exception e ', e)
try:
Expand Down

0 comments on commit 7319844

Please sign in to comment.