Skip to content

Commit d9f7c83

Browse files
authored
fix bot message
remove mention used for testing
1 parent 2bd423c commit d9f7c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cryptowebhooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
amount+=out["value"]
4949

5050
if amount>0:
51-
output+="@adrian New bitcoin donation on " + datetime+"\nAmount: " + str(amount*0.00001) + "mBTC. Thanks!\n\n"
51+
output+="New bitcoin donation on " + datetime+"\nAmount: " + str(amount*0.00001) + "mBTC. Thanks!\n\n"
5252

5353
#incoming webhooks for mattermost
5454
chaturl = 'https://chat.lambdaspace.gr/hooks/ADDWEBHOOKURL'

0 commit comments

Comments
 (0)