Skip to content

Commit

Permalink
fix use of removed function
Browse files Browse the repository at this point in the history
  • Loading branch information
hugtalbot committed Jan 24, 2024
1 parent 42fd109 commit fb8934f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/discord/post-pending-discussions.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def printDiscussionsPerCategory(categories, discussions_numbers):
tempMessage = tempMessage + " [#"+ str(id) +"](https://github.com/sofa-framework/sofa/discussions/"+ str(id) +") "

# Category has been covered
postOnDiscord(tempMessage)
os.environ["MESSAGE"] = tempMessage
os.system("scripts/discord/post-discord-message.py")

Expand Down

0 comments on commit fb8934f

Please sign in to comment.