remove secrets
This commit is contained in:
parent
b38af8dee5
commit
f241db6b1b
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ refs
|
|||||||
NONE
|
NONE
|
||||||
data/
|
data/
|
||||||
log_importer
|
log_importer
|
||||||
|
secrets.py
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
import argparse
|
import argparse
|
||||||
import csv
|
import csv
|
||||||
import secrets
|
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user