Update app.py
Browse files
app.py
CHANGED
@@ -22,18 +22,7 @@ def get_latest_version():
|
|
22 |
@app.route('/api/features')
|
23 |
def get_features():
|
24 |
features = [
|
25 |
-
|
26 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
27 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
28 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
29 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
30 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
31 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
32 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
33 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
34 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
35 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."},
|
36 |
-
{"name": "π Fast", "description": "Quick response time with optimized performance."}
|
37 |
|
38 |
|
39 |
]
|
|
|
22 |
@app.route('/api/features')
|
23 |
def get_features():
|
24 |
features = [
|
25 |
+
# {"name": "π Fast", "description": "Quick response time with optimized performance."}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
|
28 |
]
|