Skip to content

Commit

Permalink
Fix wrong variable being set
Browse files Browse the repository at this point in the history
  • Loading branch information
Grennith committed Apr 16, 2024
1 parent 980480f commit fd5e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapadroid/worker/WorkerState.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def active_account(self, value: Optional[SettingsPogoauth]) -> None:
self._active_account_last_set = 0
else:
self._active_account_last_set = int(time.time())
self.active_event = value
self.active_account = value

@property
def active_account_last_set(self) -> int:
Expand Down

0 comments on commit fd5e45a

Please sign in to comment.