dev #3
@@ -106,7 +106,7 @@ def get_last_seen(dev_name: str):
|
||||
if latest_time:
|
||||
date_str = latest_time.strftime("Zuletzt Online am %d.%m.%Y")
|
||||
time_str = latest_time.strftime("um %H:%M Uhr")
|
||||
return f"{date_str}\n{time_str}"
|
||||
return f"{date_str} {time_str}"
|
||||
|
||||
return None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user