mirror of
https://gitlab.com/openlp/openlp_api_tester.git
synced 2024-12-22 04:22:48 +00:00
Merge branch 'updates' of gitlab.com:trb143/openlp_api_tester into updates
This commit is contained in:
commit
a5be688755
@ -1,6 +1,4 @@
|
||||
python3-colorama==0.4.3
|
||||
websocket-client~=1.2.3
|
||||
zeroconf~=0.36.9
|
||||
colorama~=0.4.4
|
||||
PyYAML~=3.13
|
||||
requests~=2.27.0
|
||||
requests~=2.27.0
|
||||
|
7
test_api/temp.py
Normal file
7
test_api/temp.py
Normal file
@ -0,0 +1,7 @@
|
||||
import json
|
||||
|
||||
with open('/home/tim/Projects/OpenLP/openlp_api_tester/scripts/alert.yaml', 'r') as file:
|
||||
commands = json.load(file) #, Loader=yaml.BaseLoader)
|
||||
print(commands)
|
||||
for step in commands:
|
||||
print(step)
|
Loading…
Reference in New Issue
Block a user