Skip to content

Commit

Permalink
馃悰 CI: Fixed few more NameError bugs.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Dec 1, 2021
1 parent 80794f5 commit 872e75c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ def stop(self):
# flag that we're not running
self.running = False
# close stream
if not self.source is None:
self.source.release()
if not self.stream is None:
self.stream.release()


class Invalid_Custom_Stream_Class:
Expand Down

0 comments on commit 872e75c

Please sign in to comment.