Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -75,7 +75,7 @@ def get_treadlist_of_user(user_name):
|
|
| 75 |
)
|
| 76 |
|
| 77 |
cursor = connection_load_chat.cursor()
|
| 78 |
-
user_name = 'John Doe'
|
| 79 |
# SQL query to select all columns from curfox_chat
|
| 80 |
select_query = f"SELECT * FROM curfox_chat WHERE user_name='{user_name}'"
|
| 81 |
|
|
|
|
| 75 |
)
|
| 76 |
|
| 77 |
cursor = connection_load_chat.cursor()
|
| 78 |
+
#user_name = 'John Doe'
|
| 79 |
# SQL query to select all columns from curfox_chat
|
| 80 |
select_query = f"SELECT * FROM curfox_chat WHERE user_name='{user_name}'"
|
| 81 |
|