From 5dc8a4406e3852f61cea7de2ce1afb95c1990231 Mon Sep 17 00:00:00 2001 From: Jose Henrique Date: Mon, 4 Dec 2023 22:28:07 -0300 Subject: [PATCH] Fix code integrity verification in proxy.py --- trabalho5/proxy.py | 2 +- trabalho5/proxy.py.md5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/trabalho5/proxy.py b/trabalho5/proxy.py index 768b62e..db0fb1e 100644 --- a/trabalho5/proxy.py +++ b/trabalho5/proxy.py @@ -199,7 +199,7 @@ def verify_code_integrity(): print('[Code Integrity] proxy.py is verified!') if __name__ == '__main__': - # verify_code_integrity() + verify_code_integrity() try: ser = Server(host="0.0.0.0", port=8080) diff --git a/trabalho5/proxy.py.md5 b/trabalho5/proxy.py.md5 index a00b738..8609951 100644 --- a/trabalho5/proxy.py.md5 +++ b/trabalho5/proxy.py.md5 @@ -1 +1 @@ -417fa4cbd12ae81f36e8f418a4581237 \ No newline at end of file +bd693dcd1e1a0f178fcd0cf0aa50efaf \ No newline at end of file