feat: add meta-auth (#4)
All checks were successful
continuous-integration/drone/push Build is passing

Co-authored-by: William Luke <williamluke4@gmail.com>
Reviewed-on: #4
Co-authored-by: williamluke <williamluke4@gmail.com>
Co-committed-by: williamluke <williamluke4@gmail.com>
This commit was merged in pull request #4.
This commit is contained in:
2022-07-04 10:37:40 +00:00
parent c3e5ee3199
commit bfe7086178
10 changed files with 640 additions and 507 deletions

View File

@@ -90,7 +90,6 @@ def main():
except Exception as e:
logg.exception(e)
sys.stderr.write("\033[;91m" + str(e) + "\033[;39m\n")
argparser.print_help()
sys.exit(1)