forked from endorphant/ttbp
more WHITESPACE TIGHTENING
parent
84700451c7
commit
b5babed1fc
|
@ -709,7 +709,7 @@ def view_feed():
|
|||
|
||||
entries.append("~"+entry[5]+pad+"\ton "+entry[3]+" ("+p.no("word", entry[2])+") ")
|
||||
|
||||
list_entries(metas, entries, "most recent global entries: \n\n")
|
||||
list_entries(metas, entries, "most recent global entries:")
|
||||
|
||||
redraw()
|
||||
|
||||
|
|
|
@ -173,7 +173,7 @@ def list_select(options, prompt):
|
|||
ans = ""
|
||||
invalid = True
|
||||
|
||||
choice = raw_input("\n\n"+prompt)
|
||||
choice = raw_input("\n"+prompt)
|
||||
|
||||
if choice in BACKS:
|
||||
return False
|
||||
|
|
Loading…
Reference in New Issue