Update app.py
Browse files
app.py
CHANGED
@@ -32,9 +32,7 @@ def initialization():
|
|
32 |
|
33 |
|
34 |
def reply(message, history):
|
35 |
-
|
36 |
-
initialization()
|
37 |
-
return 'Application re-initialized'
|
38 |
purged = client.purge_by_url([message])
|
39 |
answer = str(purged.result())
|
40 |
return answer
|
|
|
32 |
|
33 |
|
34 |
def reply(message, history):
|
35 |
+
initialization()
|
|
|
|
|
36 |
purged = client.purge_by_url([message])
|
37 |
answer = str(purged.result())
|
38 |
return answer
|