The code should read:
def do_time(self, args):
"""\n>Displays the current date/time"""
self.mylog.setTime()
print("\n>"+str(self.mylog.getTime()))
It is all fixed now.
def do_time(self, args):
"""\n>Displays the current date/time"""
self.mylog.setTime()
print("\n>"+str(self.mylog.getTime()))
It is all fixed now.