Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CannonRS authored Dec 12, 2023
1 parent a14bf2f commit 3b603fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huawei_sun2000/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def string_to_int_special(self, input_str, default_str, default_value):
return int(input_str)
return default_value

def wait_running_loop():
def wait_running_loop(self):
while self._loop.is_running():
time.sleep(1)

Expand Down

0 comments on commit 3b603fa

Please sign in to comment.