diff curlers.py @ 29:d5bf9985b5c4 default tip

Add degree symbol, fix bug in HTML curler.
author David Barts <n5jrn@me.com>
date Thu, 07 Oct 2021 11:55:46 -0700
parents d3eb798f7e95
children
line wrap: on
line diff
--- a/curlers.py	Tue Apr 13 10:18:59 2021 -0700
+++ b/curlers.py	Thu Oct 07 11:55:46 2021 -0700
@@ -216,7 +216,7 @@
                 ws[pos] = LSQUO
                 self._state = self._seen_ls
 
-    def _seen_ls():
+    def _seen_ls(self):
         pos = self._pos
         ws = self.workspace
         char = ws[pos]