gemini.git

going-flying.com gemini git repository

summary

tree

log

refs

23fde09a951cad6baffd594c379e7a91c267973a - Matthew Ernisse - 1612457272

leftover :

view tree

view raw

diff --git a/files/thoughts-to-gemini.py b/files/thoughts-to-gemini.py
index f403472..cf00391 100755
--- a/files/thoughts-to-gemini.py
+++ b/files/thoughts-to-gemini.py
@@ -308,7 +308,7 @@ class SuperNum(object):
 	_u = ['⁰', '¹', '²', '³', '⁴', '⁵', '⁶', '⁷', '⁸', '⁹']
 	def __init__(self, val):
 		try:
-			int(val):
+			int(val)
 		except ValueError:
 			raise ValueError('Value must be a base 10 integer')