Skip to content

Commit 4d44f34

Browse files
authored
Update utils.py
1 parent 2efca77 commit 4d44f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def get_user_ip():
122122

123123
#Saving and loading to/from JSON File
124124
def get_memory_file():
125-
ip = get_cached_user_ip()
125+
ip = cached_user_ip()
126126
os.makedirs("data", exist_ok=True)
127127
return f"data/conversations_{ip}.json"
128128

0 commit comments

Comments
 (0)