summaryrefslogtreecommitdiff
path: root/lib/commands.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/commands.py')
-rw-r--r--lib/commands.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/commands.py b/lib/commands.py
index 3df279c..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') == '':
- fout.write(('\n').encode('utf-8'))
-
fout.write((msg + '\n').encode('utf-8'))
print('Ok')