From 485003511b0eaf61cca38a889ec5a888937a142b Mon Sep 17 00:00:00 2001 From: Marcelo Glezer Date: Tue, 3 Mar 2015 17:49:47 -0300 Subject: removed unused parameter --- libmproxy/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmproxy') diff --git a/libmproxy/utils.py b/libmproxy/utils.py index e608c8a3..e2306c11 100644 --- a/libmproxy/utils.py +++ b/libmproxy/utils.py @@ -10,7 +10,7 @@ def timestamp(): return time.time() -def format_timestamp(s, include_fractions = False): +def format_timestamp(s): s = time.localtime(s) d = datetime.datetime.fromtimestamp(time.mktime(s)) return d.strftime("%Y-%m-%d %H:%M:%S") -- cgit v1.2.3