docs update
This commit is contained in:
parent
9696615caf
commit
420c4b943a
5 changed files with 13 additions and 6 deletions
|
|
@ -7,7 +7,7 @@ program_version = '0.0.3'
|
|||
|
||||
|
||||
def log(data):
|
||||
with open('logs.log', 'a') as fl:
|
||||
with open(curr_directory() + '/logs.log', 'a') as fl:
|
||||
fl.write(str(data) + '\n')
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue