Skip to content

Commit

Permalink
Fix whitespace issues due merge
Browse files Browse the repository at this point in the history
Signed-off-by: Mariano Reingart <[email protected]>
  • Loading branch information
reingart committed Jul 5, 2023
1 parent 3f80402 commit 752908f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
httplib2==0.9.2; python_version <= '2.7'
httplib2==0.20.4; python_version > '3'
pysimplesoap==1.08.14; python_version <= '2.7'
git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap ; python_version > '3'
git+https://github.com/pysimplesoap/pysimplesoap.git@py311#pysimplesoap; python_version > '3'
cryptography==3.3.2; python_version <= '2.7'
cryptography==41.0.1; python_version > '3'
fpdf>=1.7.2
Expand Down
2 changes: 1 addition & 1 deletion wsaa.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def sign_tra(tra, cert=CERT, privatekey=PRIVATEKEY, passphrase=""):

if Binding:

# Leer privatekey y cert
# Leer privatekey y cert
if not privatekey.startswith(b"-----BEGIN RSA PRIVATE KEY-----"):
privatekey = open(privatekey).read()
if isinstance(privatekey, str):
Expand Down

0 comments on commit 752908f

Please sign in to comment.