添加anitype 字段
This commit is contained in:
parent
44a29f8a48
commit
7688ca513c
4
main.py
4
main.py
@ -25,6 +25,7 @@ class UpdateInsert:
|
||||
Column('ctime', Integer),
|
||||
Column('atime', Integer),
|
||||
Column('mtime', Integer),
|
||||
Column('anitype', String(32)),
|
||||
)
|
||||
return self
|
||||
|
||||
@ -120,7 +121,8 @@ class FileMonitor:
|
||||
'atime': atime,
|
||||
'mtime': mtime,
|
||||
'project': project_name,
|
||||
'path': file_path
|
||||
'path': file_path,
|
||||
'anitype': 'spine'
|
||||
})
|
||||
print(ctime, atime, mtime, project_name, file_path)
|
||||
return data
|
||||
|
Loading…
Reference in New Issue
Block a user