1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

fix refetch

This commit is contained in:
Lukas Winkler 2020-07-18 22:16:06 +02:00
parent 0b1d622ee6
commit b3a6baf61a
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -13,5 +13,5 @@ class Command(BaseCommand):
if link.fetched:
self.stdout.write(link.title)
link.fetched = False
update_change_reason(link, "refetch_wikipedia command")
# update_change_reason(link, "refetch_wikipedia command")
link.save()