mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
added instructions to slack notifier
This commit is contained in:
parent
84422f3859
commit
c96f07ad75
@ -8,7 +8,7 @@ if not os.path.isfile(sys.path[0]+'/slack-webhook-url.txt'):
|
|||||||
print('slack-notifier.py can help let you know when your sim is done.')
|
print('slack-notifier.py can help let you know when your sim is done.')
|
||||||
print('To make it work, please supply your Slack bot webhook URL in:')
|
print('To make it work, please supply your Slack bot webhook URL in:')
|
||||||
print(sys.path[0]+'/slack-webhook-url.txt')
|
print(sys.path[0]+'/slack-webhook-url.txt')
|
||||||
print('Ask Ben for the Tera Slack Notifier Tutorial for more details.')
|
print('Tutorial for slack webhook urls: https://bit.ly/BenSlackNotifier')
|
||||||
print('==============================================================')
|
print('==============================================================')
|
||||||
else:
|
else:
|
||||||
urlFile = open(sys.path[0]+'/slack-webhook-url.txt','r')
|
urlFile = open(sys.path[0]+'/slack-webhook-url.txt','r')
|
||||||
|
Loading…
Reference in New Issue
Block a user