mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 02:40:18 +00:00
more WHITESPACE TIGHTENING
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user