Add pulsar API token check

This commit is contained in:
Tyler O 2025-02-10 16:30:53 +00:00 committed by Cyber MacGeddon
parent f7df2df266
commit 0464423b04
42 changed files with 199 additions and 24 deletions

View file

@ -137,6 +137,12 @@ def main():
action="store_true",
help=f'Output thinking/observations'
)
# parser.add_argument(
# '--pulsar-api-key',
# default=default_pulsar_api_key,
# help=f'Pulsar API key',
# )
args = parser.parse_args()