mirror of
https://git.nolog.cz/NoLog.cz/headline.git
synced 2025-01-31 11:53:35 +01:00
typo
This commit is contained in:
parent
df1d257438
commit
46541cfc05
1 changed files with 1 additions and 1 deletions
|
@ -105,4 +105,4 @@ for feed in config['feeds']:
|
||||||
article_count += 1
|
article_count += 1
|
||||||
process_item(article, rc)
|
process_item(article, rc)
|
||||||
|
|
||||||
print("Processed articles: " + article_count)
|
print("Processed articles: " + str(article_count))
|
Loading…
Reference in a new issue