Spaces:
Running
Running
burtenshaw
commited on
Commit
•
ef51dcd
1
Parent(s):
f6c1bc9
fix error
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def create_image(stats, username):
|
|
115 |
"dpr": "2",
|
116 |
}
|
117 |
|
118 |
-
|
119 |
|
120 |
|
121 |
def is_from_2024(created_at_str):
|
|
|
115 |
"dpr": "2",
|
116 |
}
|
117 |
|
118 |
+
return f"{url}?{urlencode(params)}"
|
119 |
|
120 |
|
121 |
def is_from_2024(created_at_str):
|