Rename :theforce into :force

This commit is contained in:
2020-05-13 11:49:15 +02:00
parent 22005065e8
commit 038f267ea2
2 changed files with 2 additions and 2 deletions

View File

@@ -306,7 +306,7 @@ def FeedFetch(url, options):
# fetch feed
delay = DELAY
if options.theforce:
if options.force:
delay = 0
try: