Undid the bug prior to committing the fix

This commit is contained in:
Howard Abrams 2025-11-23 20:07:51 -08:00
parent 127edc67df
commit 5120e365b4

View file

@ -121,7 +121,7 @@ class WriteableBook(Book):
myfile.write(f"> User: {writer.account.name}\n")
myfile.write(f"> Desc: {writer.db._sdesc}\n")
(city, region, country, _) = location(self)
(city, region, country, _) = location(writer)
if country:
myfile.write(f"> From: {city}, {region}, {country}\n")
else: