some updates
This commit is contained in:
BIN
misc/__pycache__/conversations.cpython-311.pyc
Normal file
BIN
misc/__pycache__/conversations.cpython-311.pyc
Normal file
Binary file not shown.
BIN
misc/__pycache__/random_string.cpython-311.pyc
Normal file
BIN
misc/__pycache__/random_string.cpython-311.pyc
Normal file
Binary file not shown.
@@ -1,4 +1,4 @@
|
||||
from random_string import generate_secure_string
|
||||
from misc.random_string import generate_secure_string
|
||||
|
||||
CONVERSATIONS = {}
|
||||
"""
|
||||
@@ -29,5 +29,5 @@ class Conversations:
|
||||
"workspace":workspace,
|
||||
"user_name":user_name,
|
||||
"problem_type":problem_type}
|
||||
return CONVERSATIONS[self.id]
|
||||
return {"conversation":CONVERSATIONS[self.id], "id":self.id}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user