Updated for new lines

This commit is contained in:
Dimitris Zlatanidis 2022-06-18 16:44:22 +03:00
parent bcfd117f29
commit b79cfdb78e

View file

@ -27,4 +27,4 @@ class CleanLogsDependencies:
self.session.query(LogsDependencies).delete()
self.session.commit()
else:
print('Nothing to clean.')
print('\nNothing to clean.\n')