chore(release): 0.1.0 #4

Merged
pufereq merged 53 commits from release/0.1.0 into main 2025-08-09 15:03:45 +00:00
9 changed files with 218 additions and 27 deletions
Showing only changes of commit cde27d37e3 - Show all commits

View File

@@ -17,12 +17,12 @@ login_manager.init_app(app)
PC_DETAILS = {
"PC1": {
"id": "PC1",
"status": "Online",
"status": "online",
"last_seen": "2023-10-01 12:00:00",
},
"PC2": {
"id": "PC2",
"status": "Offline",
"status": "offline",
"last_seen": "2023-10-01 11:00:00",
},
}