Open splendid-snail opened 7 years ago
Simple fix here. Use a loop like this one from create_lists() to display only .txt files:
for file in os.listdir(os.path.dirname(__file__)): if file.endswith(".txt"): print(file)
Also check to see if this bug is replicated in latest version of divine() function
Fixed in latest version, will commit later
Simple fix here. Use a loop like this one from create_lists() to display only .txt files:
Also check to see if this bug is replicated in latest version of divine() function