Fix in import conf for pacs

This commit is contained in:
Mauricio Baeza 2021-01-05 18:53:13 -06:00
commit cca598310b
4 changed files with 4 additions and 9 deletions

View File

@ -15,7 +15,7 @@ from cryptography.x509.oid import ExtensionOID
from cryptography.hazmat.primitives import hashes
from cryptography.hazmat.primitives.asymmetric import padding
from .conf import TOKEN
from conf import TOKEN
class SATCertificate(object):

View File

@ -21,7 +21,8 @@
# ~ AUTH = Las credenciales de timbrado proporcionadas por el PAC
# ~ NO cambies las credenciales de prueba
DEBUG = True
DEBUG = False
AUTH = {

View File

@ -1,6 +0,0 @@
#!/usr/bin/env python3
DEBUG = False
TOKEN = ''

View File

@ -22,7 +22,7 @@
# ~ NO cambies las credenciales de prueba
DEBUG = True
DEBUG = False
AUTH = {