mirror of
https://github.com/tildeclub/ttbp.git
synced 2026-01-24 02:40:18 +00:00
fixing feels list generation
This commit is contained in:
@@ -713,7 +713,7 @@ def generate_feels_list(user):
|
||||
if core.publishing():
|
||||
showpub = True
|
||||
else:
|
||||
owner = "~"+townie+"'s"
|
||||
owner = "~"+user+"'s"
|
||||
entryDir = os.path.join("/home", user, ".ttbp", "entries")
|
||||
|
||||
for entry in os.listdir(entryDir):
|
||||
|
||||
Reference in New Issue
Block a user