Renovate the module system and implement adding and resuming pool instances using the new relay/alias/network system
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import main
|
||||
|
||||
class Save:
|
||||
def __init__(self, register):
|
||||
register("save", self.save)
|
||||
def __init__(self, *args):
|
||||
self.save(*args)
|
||||
|
||||
def save(self, addr, authed, data, obj, spl, success, failure, info, incUsage, length):
|
||||
if authed:
|
||||
|
||||
Reference in New Issue
Block a user