Add some finishing touches

This commit is contained in:
Nemika
2021-03-08 21:46:38 +02:00
parent 07db6fdabf
commit b6561a74da
5 changed files with 25 additions and 6 deletions

View File

@@ -28,7 +28,7 @@ class Servers:
Update a server in the database.
"""
def update(self, **checks):
def update(self, **params):
self.col.update_one({
"_id": self.server
}, {