# Features
- Basic Python support

# Fixes
- Fix default start command
This commit is contained in:
Andras Bacsai
2021-05-22 15:18:58 +02:00
committed by GitHub
parent adcd68c1ab
commit c7efe899fa
12 changed files with 225 additions and 64 deletions

View File

@@ -39,7 +39,6 @@ async function connectMongoDB() {
}
(async () => {
console.log(mongoose.connection.readyState)
if (mongoose.connection.readyState !== 1) await connectMongoDB();
try {
await mongoose.connection.db.dropCollection('logs-servers');