Update plugin.py

This commit is contained in:
klapvogn 2024-10-12 14:48:53 +02:00 committed by GitHub
parent af11a35d0c
commit adebc7e87f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ class Serve(callbacks.Plugin):
def __init__(self, irc):
self.__parent = super(Serve, self)
self.__parent.__init__(irc)
self.db = sqlite3.connect("/home/ubuntu/limnoria/plugins/Serve/servestats.db")
self.db = sqlite3.connect("/path/to/servestats.db")
self.init_db()
# Settings for spam replies and date format