Skip to content

Commit

Permalink
fix-在线时间
Browse files Browse the repository at this point in the history
  • Loading branch information
imldy committed Oct 1, 2021
1 parent 0c4f808 commit 9c0d46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwa.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def auth_account(self) -> bool:
"station_sn": self.client.station_sn,
# "client_mac": "B0:AC:D2:0F:FB:C7",
"client_mac": self.client.mac,
"online_time": "0",
"online_time": self.client.online_time,
# "logout_reason": "0",
"logout_reason": self.client.logout_reason,
# "contact_phone": "400-038-5858",
Expand Down

0 comments on commit 9c0d46d

Please sign in to comment.