From: XhmikosR Date: Tue, 12 Dec 2023 05:34:10 +0000 (+0200) Subject: Fix return type in prompt_for_update X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=0c12f19ab5d0aa53085387b69d8372970e23f763;p=stevenblack-hosts.git Fix return type in prompt_for_update --- diff --git a/updateHostsFile.py b/updateHostsFile.py index 77e9cc844..b250556ca 100755 --- a/updateHostsFile.py +++ b/updateHostsFile.py @@ -385,7 +385,7 @@ def prompt_for_update(freshen, update_auto): ) if not freshen: - return + return False prompt = "Do you want to update all data sources?"