mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-24 14:20:09 +01:00
Fix return type in prompt_for_update
This commit is contained in:
+1
-1
@@ -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?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user