Arafath10 commited on
Commit
0415967
·
verified ·
1 Parent(s): dacb5bc

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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