Revert "Reformat project"

This reverts commit 64e3e1160aa76d191740342ab3edc68807f890fb.
This commit is contained in:
2022-07-21 13:40:01 +01:00
parent da678617d8
commit 27cafa1def
57 changed files with 214 additions and 519 deletions

View File

@@ -2,9 +2,10 @@ from copy import deepcopy
from json import dumps
import main
from core.logstash import sendLogstashNotification
from core.relay import sendRelayNotification
from modules import regproc, userinfo
from core.logstash import sendLogstashNotification
from modules import userinfo
from modules import regproc
from utils.dedup import dedup
order = [
@@ -67,9 +68,7 @@ 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