From a7a3cb262172360e4e130cacac4d66c119726bd7 Mon Sep 17 00:00:00 2001 From: alpcentaur Date: Fri, 15 Dec 2023 12:51:00 +0100 Subject: [PATCH] added updated pip freeze to requirements.txt --- fdb_spider_interface.py | 4 ++-- new_message_file.txt | 2 +- requirements.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fdb_spider_interface.py b/fdb_spider_interface.py index 1a2423a..d7c3c45 100644 --- a/fdb_spider_interface.py +++ b/fdb_spider_interface.py @@ -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 ` diff --git a/new_message_file.txt b/new_message_file.txt index 7e4923e..0b8bc93 100644 --- a/new_message_file.txt +++ b/new_message_file.txt @@ -1 +1 @@ -printcommands§%§%MXq6Hy2tfbXL3oR7h \ No newline at end of file +deleteroom 65737f4aebb39dd248d0cff1§%§%FyCwhRtdqAnrmHvP9 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3ee86d2..490e9d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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