fix id problems with day/winter switch

This commit is contained in:
Alex Bezdieniezhnykh
2025-02-26 22:09:07 +02:00
parent d1af7958f8
commit 58839933fc
28 changed files with 379 additions and 281 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
cdef class HardwareInfo:
cdef str cpu, gpu, memory, mac_address, hash
cdef str cpu, gpu, memory, mac_address
cdef to_json_object(self)
cdef class HardwareService: