Pretty print date
This commit is contained in:
@@ -217,7 +217,7 @@ class ChristmasBot:
|
|||||||
|
|
||||||
if len(self.last_updated_data) == len(data) or len(data) == 0:
|
if len(self.last_updated_data) == len(data) or len(data) == 0:
|
||||||
# Nothing changed.
|
# Nothing changed.
|
||||||
print(f"No change in dashboard, last checked {now}...", end="\r")
|
print(f"No change in dashboard, last checked {datetime.datetime.fromtimestamp(now).strftime('%Y-%m-%d %H:%M:%S')}...", end="\r")
|
||||||
return
|
return
|
||||||
|
|
||||||
print("📝 Updating Forest Dashboard...")
|
print("📝 Updating Forest Dashboard...")
|
||||||
|
|||||||
Reference in New Issue
Block a user