Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ websites = [
|
|
42 |
["https://www.quora.com/"],
|
43 |
]
|
44 |
|
45 |
-
# add
|
46 |
websites = [
|
47 |
[f"<a href={x[0]} target='_blank' onclick='fetch(\"/track?url={x[0]}\")'>{x[0]}</a>"] for x in websites]
|
48 |
|
|
|
42 |
["https://www.quora.com/"],
|
43 |
]
|
44 |
|
45 |
+
# add simple get request for tracking
|
46 |
websites = [
|
47 |
[f"<a href={x[0]} target='_blank' onclick='fetch(\"/track?url={x[0]}\")'>{x[0]}</a>"] for x in websites]
|
48 |
|