mirror of
https://github.com/oddluck/limnoria-plugins.git
synced 2025-04-25 20:41:21 -05:00
Update plugin.py
This commit is contained in:
parent
af11a35d0c
commit
adebc7e87f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user