I'm a dumbass
This commit is contained in:
parent
71786ca13d
commit
ea2ff44e3e
|
|
@ -32,7 +32,7 @@ def nag_callback(slack, msg, match):
|
|||
# Turn to job objects
|
||||
def valid_row(x):
|
||||
try:
|
||||
return len(x) == 2
|
||||
return len(x) == 3
|
||||
except (AttributeError, TypeError):
|
||||
return False
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue