docs update

This commit is contained in:
ingvar1995 2016-03-30 21:05:21 +03:00
parent 9696615caf
commit 420c4b943a
5 changed files with 13 additions and 6 deletions

View file

@ -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')