From b20d56170ebf4b7753d0600ff7ce04ca679174ec Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 30 Jun 2025 20:51:11 +0200 Subject: [PATCH] bumped libmeshctrl --- meshbook.py | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meshbook.py b/meshbook.py index 02a47ba..c2e734b 100644 --- a/meshbook.py +++ b/meshbook.py @@ -153,7 +153,7 @@ async def main(): parser.add_argument("-mb", "--meshbook", type=str, help="Path to the meshbook yaml file.") parser.add_argument("-oc", "--oscategories", type=str, help="Path to the Operating System categories JSON file.", default="./os_categories.json") - parser.add_argument("--conf", type=str, help="Path for the API configuration file (default: ./config.conf).", default="./config.conf") + parser.add_argument("--conf", type=str, help="Path for the API configuration file (default: ./config.conf).", default="./api.conf") parser.add_argument("--nograce", action="store_true", help="Disable the grace 3 seconds before running the meshbook.", default=False) parser.add_argument("-i", "--indent", action="store_true", help="Use an JSON indentation of 4 when this flag is passed.", default=False) parser.add_argument("-r", "--raw-result", action="store_true", help="Print the raw result.", default=False) @@ -318,4 +318,4 @@ async def main(): console.text_color.red + message, True) if __name__ == "__main__": - asyncio.run(main()) \ No newline at end of file + asyncio.run(main()) diff --git a/requirements.txt b/requirements.txt index 18f274b..cbe8d54 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ colorama==0.4.6 pyyaml==6.0.2 -libmeshctrl==1.2.1 +libmeshctrl==1.2.2