Skip to content

Commit

Permalink
Merge pull request #188 from nanos/print-version
Browse files Browse the repository at this point in the history
print version number on startup
  • Loading branch information
nanos authored Dec 5, 2024
2 parents e00977c + 7b942d5 commit a53b637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion find_posts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ def report_mastodon_error(error_message, error_code, access_token, required_scop
if tokens := [token for envvar, token in os.environ.items() if envvar.lower().startswith("ff_access_token")]:
arguments.access_token = tokens

logger.info("Starting FediFetcher")
logger.info(f"Starting FediFetcher v{VERSION}")

if(arguments.server == None or arguments.access_token == None):
logger.critical("You must supply at least a server name and an access token")
Expand Down

0 comments on commit a53b637

Please sign in to comment.