diff --git a/dotfiles/lib/python/slash_grid.py b/dotfiles/lib/python/slash_grid.py index f04dd614..2114e955 100755 --- a/dotfiles/lib/python/slash_grid.py +++ b/dotfiles/lib/python/slash_grid.py @@ -89,7 +89,7 @@ class Node(object): else: string = str(visited) if isinstance(visited, int): - return chr(65 + visited) + return str(visited) if len(string) > 1: return '`' else: