Skip to content

Commit da34a9b

Browse files
committed
Fixed runtime error on startup #32
1 parent 7f737a1 commit da34a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def refresh_status(self):
172172
if self.last_view and view != self.last_view:
173173
self.last_view.erase_status(eval.value_key())
174174
eval.update(eval.status, eval.value)
175-
conn.last_view = view
175+
self.last_view = view
176176

177177
def send(self, msg):
178178
if settings().get("debug"):

0 commit comments

Comments
 (0)