From f29be957e9d609ef28eeeaaba2b63e62c7771c9f Mon Sep 17 00:00:00 2001 From: Vividh Mariy Date: Thu, 4 Jun 2020 13:21:38 +0530 Subject: [PATCH] revertable commit. Backing up stuff --- paster.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/paster.py b/paster.py index 60bfad8..b3b28a6 100755 --- a/paster.py +++ b/paster.py @@ -1,4 +1,6 @@ -#!/home/magnum/Projects/sockets/venv/bin/python +#!/ + +# replace the above line with the path to your virtual environment. import os import socket @@ -258,6 +260,7 @@ def server(config): logFile.write(f"Address: {address} \t") logFile.write(f"file: {filepath} \n") except Exception as e: + print(e) if config['log']: with open(config['log_file']+"_e.txt", 'a') as logFile: logFile.write(f"# Address: {address}\t")