Skip to content

Commit

Permalink
refactor: Rename ambiguous 'managed_proxy_status'
Browse files Browse the repository at this point in the history
  • Loading branch information
in03 committed Feb 20, 2023
1 parent 99ac4ef commit d36c168
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/proxima/types/job.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ def is_offline(self, value: bool):
"""Offline proxy media status setter"""

assert isinstance(value, bool)
self.managed_proxy_status = value
return self.managed_proxy_status
self.proxy_offline_status = value
return self.proxy_offline_status

@cached_property
def newest_linkable_proxy(self) -> str | None:
Expand Down

0 comments on commit d36c168

Please sign in to comment.