Skip to content

Commit

Permalink
removed excess whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lowfatcode committed Sep 2, 2022
1 parent 243229f commit 418fb60
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions phew/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@
_log_truncate_at = 11 * 1024
_log_truncate_to = 8 * 1024



def datetime_string():
dt = machine.RTC().datetime()
return "{0:04d}-{1:02d}-{2:02d} {4:02d}:{5:02d}:{6:02d}".format(*dt)


def file_size(file):
try:
return os.stat(file)[6]
Expand Down

0 comments on commit 418fb60

Please sign in to comment.