@@ -1,2 +1,3 @@
/storage
/storage/*
+.DS_Store
@@ -79,7 +79,7 @@ class Chatbot():
})
else:
- blob_dir = 'docs/'
+ # blob_dir = 'docs/'
blobs = self.media_storage.list(self.storage_path + '/' + blob_dir)
for blob in blobs:
text = blob.download_as_bytes().decode('utf-8')