winterjung / chatterbox

Python library for Kakaotalk chatbot
MIT License
77 stars 16 forks source link

Bug: chatterbox 앱을 여러개 구동시 memory의 db path 충돌 #5

Closed winterjung closed 6 years ago

winterjung commented 6 years ago

:memo: Description

현재 chatterbox.memory.SqliteMemory를 생성할 때 db 경로가 tempdirchatterbox.db로 고정되어 있어 두개 이상의 chatterbox 앱을 구동시킬 때 같은 db를 공유해 나중에 실행된 앱이 먼저 생성된 앱의 db를 삭제하는 문제가 발생한다.

:computer: System