Undid the bug prior to committing the fix
This commit is contained in:
parent
127edc67df
commit
5120e365b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue