utf-8 everywhere, fixed bug with name and status, saving added.
This commit is contained in:
parent
ff7aa1794c
commit
5576f0423c
4 changed files with 15 additions and 12 deletions
|
@ -6,7 +6,7 @@ program_version = '0.0.1 (alpha)'
|
|||
|
||||
def log(data):
|
||||
with open('logs.log', 'a') as fl:
|
||||
fl.write(str(data))
|
||||
fl.write(str(data) + '\n')
|
||||
|
||||
|
||||
def curr_directory():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue