mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
Fix: issuses #56
This commit is contained in:
parent
12d487bd3a
commit
93a07ac613
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class GPIOPWMActor(CBPiActor):
|
|||
return self.state
|
||||
|
||||
async def run(self):
|
||||
while self.runnin == True:
|
||||
while self.running == True:
|
||||
|
||||
await asyncio.sleep(1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue