mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-07-23 06:21:34 +02:00
Fix an error in the irrelevant code!
Fixes https://github.com/satwikkansal/wtfpython/issues/85
This commit is contained in:
@@ -80,6 +80,7 @@ with open("add_categories", "r") as f:
|
||||
}
|
||||
content.next()
|
||||
except StopIteration:
|
||||
pass
|
||||
|
||||
for idx, snip in enumerate(snippets):
|
||||
snippets[idx]["category"] = snips_by_title[snip["title"]]["category"]
|
||||
|
Reference in New Issue
Block a user