From eb3557c9953dc28c25a55bbe5ccf32fcdb1f570f Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Wed, 14 Oct 2015 14:00:57 -0700 Subject: [PATCH] Change default size for slash grid --- dotfiles/lib/python/slash_grid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/python/slash_grid.py b/dotfiles/lib/python/slash_grid.py index bfc0801d..f04dd614 100755 --- a/dotfiles/lib/python/slash_grid.py +++ b/dotfiles/lib/python/slash_grid.py @@ -219,4 +219,4 @@ if __name__ == '__main__': # [True, False, False, True, False, False], # [True, True, True, False, True, False] # ]).run(print_grid) - print square(20, in_between_searches=print_grid) + print square(3, in_between_searches=print_grid)