forked from LiveCarta/LiveCartaMeta
add exceprions
This commit is contained in:
@@ -43,8 +43,11 @@ class Updater:
|
|||||||
return
|
return
|
||||||
|
|
||||||
for source in config.get_sources_list():
|
for source in config.get_sources_list():
|
||||||
print("Start source update" + source)
|
try:
|
||||||
self.parse_source(source)
|
print("Start source update" + source)
|
||||||
|
self.parse_source(source)
|
||||||
|
except:
|
||||||
|
print(source + " has error")
|
||||||
|
|
||||||
|
|
||||||
updater = Updater()
|
updater = Updater()
|
||||||
|
|||||||
Reference in New Issue
Block a user