From ebf7fd6874ec55268df433c61bd1b624f580df9f Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Sat, 28 Jul 2018 23:18:23 -0400 Subject: [PATCH] more --- txupnp/gateway.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/txupnp/gateway.py b/txupnp/gateway.py index b56c51a..5bdfdff 100644 --- a/txupnp/gateway.py +++ b/txupnp/gateway.py @@ -58,7 +58,7 @@ class RootDevice(object): class Gateway(object): - def __init__(self, usn, ext, server, location, cache_control, date, st): + def __init__(self, usn, server, location, st, cache_control="", date="", ext=""): self.usn = usn.encode() self.ext = ext.encode() self.server = server.encode()