mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
Server: Add check for position col in table
This commit is contained in:
@@ -305,10 +305,10 @@ def check_selfcheck(item):
|
||||
|
||||
|
||||
@col_check(7)
|
||||
def check_cal_status(item):
|
||||
def check_pos_status(item):
|
||||
if not item:
|
||||
return None
|
||||
return True
|
||||
return str(item).split(' ')[0] != 'nan'
|
||||
|
||||
|
||||
@col_check(8)
|
||||
|
||||
Reference in New Issue
Block a user