122:f899af683bbe | 123:aeb0d0788869 |
---|---|
98 | 98 |
99 def poll(): | 99 def poll(): |
100 global btannounce_timeout | 100 global btannounce_timeout |
101 global btannounce_id | 101 global btannounce_id |
102 | 102 |
103 if not suds_active: | |
104 return | |
105 | |
103 if time.time() >= btannounce_timeout: | 106 if time.time() >= btannounce_timeout: |
104 update_checktimeout() | 107 update_checktimeout() |
105 newid = btannounce_id | 108 newid = btannounce_id |
106 try: | 109 try: |
107 user, password = credentials() | 110 user, password = credentials() |