Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,8 +11,8 @@ app = App(
|
|
11 |
@app.command("/get-case-digest")
|
12 |
def repeat_text(ack, respond, command):
|
13 |
# Acknowledge command request
|
14 |
-
cases = fetch_judgements()
|
15 |
ack()
|
|
|
16 |
print(cases)
|
17 |
blocks = [
|
18 |
{
|
|
|
11 |
@app.command("/get-case-digest")
|
12 |
def repeat_text(ack, respond, command):
|
13 |
# Acknowledge command request
|
|
|
14 |
ack()
|
15 |
+
cases = fetch_judgements()
|
16 |
print(cases)
|
17 |
blocks = [
|
18 |
{
|