Browse Source

added updated pip freeze to requirements.txt

master
alpcentaur 10 months ago
parent
commit
a7a3cb2621
3 changed files with 4 additions and 3 deletions
  1. +2
    -2
      fdb_spider_interface.py
  2. +1
    -1
      new_message_file.txt
  3. +1
    -0
      requirements.txt

+ 2
- 2
fdb_spider_interface.py View File

@ -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
new_message_file.txt View File

@ -1 +1 @@
printcommands§%§%MXq6Hy2tfbXL3oR7h
deleteroom 65737f4aebb39dd248d0cff1§%§%FyCwhRtdqAnrmHvP9

+ 1
- 0
requirements.txt View File

@ -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…
Cancel
Save