Skip to content

Commit 7319844

Browse files
authored
Merge pull request #88 from Code4GovTech/feature/unmerged-fix
log added
2 parents bc255cc + 4a0f5de commit 7319844

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ async def on_submit(self, interaction: discord.Interaction):
6666
"discord_username": user.display_name,
6767
"email":""
6868
}
69+
print('user data before updating contributor is ', user_data)
6970
except Exception as e:
7071
print('exception e ', e)
7172
try:

0 commit comments

Comments
 (0)