forked from tsc-vfl/hugo-page
Create script to read competition data
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
# import sys
|
||||
# print(sys.path)
|
||||
|
||||
import competitionNotificationReader
|
||||
|
||||
competitionNotificationReader.main()
|
||||
|
||||
5
scripts/read-competition-notification/run.sh
Executable file
5
scripts/read-competition-notification/run.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
export PYTHONPATH="$(dirname "$0"):$PYTHONPATH"
|
||||
|
||||
python -m competitionNotificationReader "$@"
|
||||
Reference in New Issue
Block a user