From c7bc21de2a051c610264891b09c1679edf549cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Luna?= Date: Thu, 8 Mar 2018 12:15:19 -0300 Subject: [PATCH] =?UTF-8?q?Retira=20lixo=20c=C3=B3digo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pytrustnfe/Servidores.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pytrustnfe/Servidores.py b/pytrustnfe/Servidores.py index a165839..9c7090f 100644 --- a/pytrustnfe/Servidores.py +++ b/pytrustnfe/Servidores.py @@ -96,13 +96,8 @@ def localizar_url(servico, estado, mod='55', ambiente=2): def localizar_qrcode(estado, ambiente=2): sigla = SIGLA_ESTADO[estado] - # dominio = ESTADO_WS[sigla][NFCE_MODELO][ambiente]['servidor'] - # complemento = ESTADO_WS[sigla][NFCE_MODELO][ambiente][WS_NFCE_QR_CODE] ws_qrcode = ESTADO_WS[sigla][NFCE_MODELO][ambiente][WS_NFCE_QR_CODE] return ws_qrcode - # if 'https://' in ws_qrcode: - # return ws_qrcode - # return "https://%s/" % (ws_qrcode) METODO_WS = {