@ -26,7 +26,7 @@ class Day(AOCDay):
if line.startswith(n):
dig += str(i)
if ord("0") <= ord(line[0]) <= ord("9"):
if line[0].isdigit():
dig += line[0]
line = line[1:]
The note is not visible to the blocked user.