Skip to content

Commit

Permalink
updated component to set inactive when stopped
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhenning committed Mar 10, 2020
1 parent 6182520 commit 67926a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions frater/component/component/component.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def start(self):
self.started = True

def stop(self):
self.set_inactive()
self.started = False

def pause(self):
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name='frater',
version='0.3.1.3',
version='0.3.1.4',
packages=packages,
license='MIT',
url='https://github.com/frater-sdk/frater',
Expand Down

0 comments on commit 67926a4

Please sign in to comment.