Print result (debug)

This commit is contained in:
Miguel Nogueira 2019-06-12 15:44:36 +01:00
parent 2aec871c0e
commit 5077813018
1 changed files with 1 additions and 2 deletions

3
pyvpn
View File

@ -37,8 +37,7 @@ if len(sys.argv) > 2:
finalResult = base64.b64encode(file.read().encode("utf-8"))
sys.stdout.write(finalResult)
sys.stdout.flush()
print(finalResult)
quit()
else: