added updated pip freeze to requirements.txt
This commit is contained in:
parent
9b08db782a
commit
a7a3cb2621
3 changed files with 4 additions and 3 deletions
|
@ -315,10 +315,10 @@ if __name__ == '__main__':
|
|||
command : `printrooms`
|
||||
-----------------------------------------------------------------------------------------
|
||||
To print all available fdbs, use
|
||||
`printfdbs`
|
||||
command : `printfdbs`
|
||||
-----------------------------------------------------------------------------------------
|
||||
To update all rooms use
|
||||
`updaterooms`
|
||||
command : `updaterooms`
|
||||
-----------------------------------------------------------------------------------------
|
||||
To update one room use the room_id from the output of printrooms:
|
||||
command : `updaterooms <room-id>`
|
||||
|
|
|
@ -1 +1 @@
|
|||
printcommands§%§%MXq6Hy2tfbXL3oR7h
|
||||
deleteroom 65737f4aebb39dd248d0cff1§%§%FyCwhRtdqAnrmHvP9
|
|
@ -1,6 +1,7 @@
|
|||
certifi==2023.7.22
|
||||
charset-normalizer==3.2.0
|
||||
idna==3.4
|
||||
PyYAML==6.0.1
|
||||
requests==2.31.0
|
||||
rocket-python==1.3.4
|
||||
schedule==1.2.1
|
||||
|
|
Loading…
Reference in a new issue