Преглед на файлове

Fixed extending the list properly oops.

master
Trey Del Bonis преди 2 години
родител
ревизия
69a07238b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      searchwkr.py

+ 1
- 1
searchwkr.py Целия файл

@@ -22,7 +22,7 @@ def main(argv):
print(json.dumps(res, indent=' '))

# Save the urls we've seen now.
recents_before['urls'].append(list(map(lambda e: e['u'], res)))
recents_before['urls'].extend(map(lambda e: e['u'], res))
save_recents(recents_before)

# Now send them up.

Loading…
Отказ
Запис