I'm a dumbass

This commit is contained in:
Jacob Henry 2018-11-01 11:25:52 -04:00
parent 71786ca13d
commit ea2ff44e3e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def nag_callback(slack, msg, match):
# Turn to job objects # Turn to job objects
def valid_row(x): def valid_row(x):
try: try:
return len(x) == 2 return len(x) == 3
except (AttributeError, TypeError): except (AttributeError, TypeError):
return False return False