Skip to content

Commit b662669

Browse files
committed
.
1 parent d347931 commit b662669

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scratchattach/eventhandlers/cloud_events.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ def _updater(self):
5151
pass
5252
except Exception:
5353
time.sleep(0.1) # cooldown
54+
print("CloudEvents: Disconnected. Reconnecting ...", time.time())
5455
self.source_cloud.connect()
56+
print("CloudEvents: Reconnected.", time.time())
5557
self.call_event("on_reconnect", [])
5658

5759

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import codecs
33
import os
44

5-
VERSION = '2.0.6'
5+
VERSION = '2.0.8'
66
DESCRIPTION = 'A Scratch API Wrapper'
77
LONG_DESCRIPTION = DESCRIPTION
88

0 commit comments

Comments
 (0)