Fix #2
This commit is contained in:
parent
ce9761a85a
commit
b819f73fb6
1 changed files with 1 additions and 0 deletions
|
@ -299,6 +299,7 @@ class Akkomabot:
|
|||
with open(self.config_filepath, 'a') as the_file:
|
||||
|
||||
the_file.write('akkoma_hostname: \n')
|
||||
the_file.write('bot_lang: \n')
|
||||
print(f"adding parameter 'akkoma_hostname' to {self.config_filepath}")
|
||||
print(f"adding parameter 'bot_lang' to {self.config_filepath}")
|
||||
|
||||
|
|
Loading…
Reference in a new issue