mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-25 17:42:25 +01:00
task CRUD update
This commit is contained in:
5
utils/__init__.py
Normal file
5
utils/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
import re
|
||||
|
||||
|
||||
def is_object_id(id):
|
||||
return re.search('^[a-zA-Z0-9]{24}$', id) is not None
|
||||
Reference in New Issue
Block a user