add exceprions
@@ -43,8 +43,11 @@ class Updater:
return
for source in config.get_sources_list():
print("Start source update" + source)
self.parse_source(source)
try:
except:
print(source + " has error")
updater = Updater()
The note is not visible to the blocked user.