Таймер неверно опрашивался

master
inpos 2017-03-02 14:22:57 +03:00
parent 04e63d29a0
commit 0e81ccf6bc
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.module.pyrrent2http" name="pyrrent2http" version="0.9.7" provider-name="inpos">
<addon id="script.module.pyrrent2http" name="pyrrent2http" version="0.9.8" provider-name="inpos">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
<import addon="script.module.libtorrent" />

View File

@ -115,7 +115,7 @@ class Ticker(object):
self.interval = interval
self.is_running = False
self.start()
@property
def true(self):
if self.tick:
self.tick = False