Spaces:
Runtime error
Runtime error
ValadisCERTH
commited on
Commit
·
0e268b1
1
Parent(s):
2a474de
Update earthquaqeIdentification.py
Browse files
earthquaqeIdentification.py
CHANGED
@@ -139,4 +139,4 @@ def identify_earthquake_event(input_sentence):
|
|
139 |
return (0, 'EARTHQUAKE_EVENT', 'no_earthquake_reference')
|
140 |
|
141 |
except:
|
142 |
-
return (0, 'EARTHQUAKE_EVENT', 'unknown_error')
|
|
|
139 |
return (0, 'EARTHQUAKE_EVENT', 'no_earthquake_reference')
|
140 |
|
141 |
except:
|
142 |
+
return (0, 'EARTHQUAKE_EVENT', 'unknown_error')
|