aboutsummaryrefslogtreecommitdiffstats
path: root/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'cli.py')
-rw-r--r--cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.py b/cli.py
index 1d1be95..d59d9d2 100644
--- a/cli.py
+++ b/cli.py
@@ -40,7 +40,7 @@ def main():
else:
obfuscated_data = obfuscator.process_s3(json_input)
- print(obfuscated_data)
+ print(obfuscated_data.decode("utf-8"))
if __name__ == "__main__":
git.ajschof.me — hosted by ajschofield — powered by cgit