Spaces:
Runtime error
Runtime error
ValadisCERTH
commited on
Commit
•
79dc4cd
1
Parent(s):
b7ebabc
Update datesIdentification.py
Browse files- datesIdentification.py +1 -1
datesIdentification.py
CHANGED
@@ -208,4 +208,4 @@ def dates_binding(text):
|
|
208 |
return (0,'DATES','unknown_error')
|
209 |
|
210 |
except:
|
211 |
-
return (0,'DATES','unknown_error')
|
|
|
208 |
return (0,'DATES','unknown_error')
|
209 |
|
210 |
except:
|
211 |
+
return (0,'DATES','unknown_error')
|