Skip to content

Commit

Permalink
Change notification defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiah-k committed Nov 19, 2024
1 parent 75c4c6c commit 8eb6e24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/setup_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ def run_setup():
print("You can copy the topic information from above.")

# Ask if the user wants notifications only when new files are downloaded
notify_on_download_only_default = "yes" if config.get("NOTIFY_ON_DOWNLOAD_ONLY", False) else "no"
notify_on_download_only_default = "yes" if config.get("NOTIFY_ON_DOWNLOAD_ONLY", False) else "yes"
notify_on_download_only = (
input(
f"Do you want to receive notifications only when new files are downloaded? [y/n] (default: {notify_on_download_only_default}): "
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = fetchtastic
version = 0.1.12
version = 0.2.0
author = Jeremiah K
author_email = [email protected]
description = Meshtastic Firmware and APK Downloader
Expand Down

0 comments on commit 8eb6e24

Please sign in to comment.