@@ -79,8 +79,7 @@ class Chatbot():
})
else:
- # blob_dir = 'docs/'
- blobs = self.media_storage.list(self.storage_path + '/' + blob_dir)
+ blobs = self.media_storage.list(self.storage_path + '/')
for blob in blobs:
text = blob.download_as_bytes().decode('utf-8')
if len(text)>0: