mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-24 22:05:14 +01:00
Less verbose when echoing source updates.
This commit is contained in:
+1
-1
@@ -192,7 +192,7 @@ def updateAllSources():
|
||||
updateURL = getUpdateURLFromFile(source)
|
||||
if updateURL is None:
|
||||
continue
|
||||
print ("Updating source " + source + " from " + updateURL)
|
||||
print ("Updating source " + os.path.basename(source) + " from " + updateURL)
|
||||
# Cross-python call
|
||||
updatedFile = getFileByUrl(updateURL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user