more
This commit is contained in:
parent
b32635af03
commit
ebf7fd6874
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue