Преглед изворни кода

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…
Откажи
Сачувај