Skip to content

Commit

Permalink
fix : minor bug in nava thread fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
sepandhaghighi committed Mar 25, 2024
1 parent f725d21 commit d677cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nava/thread.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, *args, **kwargs):
super(NavaThread, self).__init__(*args, **kwargs)
self.sys_platform = sys.platform
self.play_process = None
self.loop = kwargs["loop"]
self.loop = False

def run(self):
"""
Expand Down

0 comments on commit d677cf9

Please sign in to comment.