removed print of empty line in direct output

This commit is contained in:
b3yond 2017-07-23 15:00:52 +02:00
parent 063d3b7869
commit 719685ce9c
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ class RetootBot(object):
line = "[" + time + "] "+ message + "\n"
with open(self.logpath, 'a') as f:
f.write(line)
print line
print line,
def register(self):
self.client_id = os.path.join(

View File

@ -88,7 +88,7 @@ class RetweetBot(object):
line = "[" + time + "] "+ message + "\n"
with open(self.logpath, 'a') as f:
f.write(line)
print line
print line,
def get_history(self, path):
""" This counter is needed to keep track of your mentions, so you