diff options
Diffstat (limited to 'lib/commands.py')
-rw-r--r-- | lib/commands.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/commands.py b/lib/commands.py index 4927323..b0d07a3 100644 --- a/lib/commands.py +++ b/lib/commands.py @@ -89,9 +89,6 @@ class Commands(object): try: with open(co['path'], 'ab+') as fout: - if fout.readline().decode('utf-8') is None: - fout.write(('\n').encode('utf-8')) - fout.write((msg + '\n').encode('utf-8')) print('Ok') |