Reformat project
This commit is contained in:
@@ -2,10 +2,9 @@ from copy import deepcopy
|
||||
from json import dumps
|
||||
|
||||
import main
|
||||
from core.relay import sendRelayNotification
|
||||
from core.logstash import sendLogstashNotification
|
||||
from modules import userinfo
|
||||
from modules import regproc
|
||||
from core.relay import sendRelayNotification
|
||||
from modules import regproc, userinfo
|
||||
from utils.dedup import dedup
|
||||
|
||||
order = [
|
||||
@@ -68,7 +67,9 @@ def parsemeta(numName, c):
|
||||
)
|
||||
|
||||
|
||||
def event(numName, c): # yes I'm using a short variable because otherwise it goes off the screen
|
||||
def event(
|
||||
numName, c
|
||||
): # yes I'm using a short variable because otherwise it goes off the screen
|
||||
if dedup(numName, c):
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user