This commit is contained in:
qb-auto
2021-05-30 06:02:28 +00:00
parent 245d4cde88
commit 1be0709749
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -17,7 +17,7 @@ from logging.handlers import RotatingFileHandler
from sys import platform
from os import path, system, makedirs
from time import time, sleep
from argparse import ArgumentParser,SUPPRESS
from argparse import ArgumentParser, SUPPRESS
from json import load, dumps
from uuid import uuid4
from functools import wraps
@@ -656,6 +656,7 @@ class ArgumentParser(ArgumentParser):
def error(self, message):
self.exit(2, 'Error: %s\n' % (message))
def parse_args():
ARGV = None
ARG_PARSER = ArgumentParser(description="Qeeqbox/social-analyzer - API and Web App for analyzing & finding a person's profile across 300+ social media websites (Detections are updated regularly)", usage=SUPPRESS)
@@ -694,6 +695,7 @@ def init_logic():
SHARED_DETECTIONS = init_detections("shared_detections")
GENERIC_DETECTION = init_detections("generic_detection")
def main_logic(ARGV=None):
global LANGUAGES_JSON
global SITES_DUMMY
+1 -1
View File
@@ -1,4 +1,4 @@
Sun May 30 02:49:57 UTC 2021
Sun May 30 06:02:16 UTC 2021
[X] social-analyzer
[X] installing autopep8 & jq
[X] running autopep8