Browse Source

Simplify StreamInfo constructor

tags/nilmtools-1.0
Jim Paris 11 years ago
parent
commit
9a7a1df537
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/filter.py

+ 1
- 1
src/filter.py View File

@@ -26,7 +26,7 @@ class MissingDestination(Exception):
Exception.__init__(self, "destination path " + dest.path + " not found")

class StreamInfo(object):
def __init__(self, url, info, interhost):
def __init__(self, url, info, interhost = False):
self.url = url
self.info = info
self.interhost = interhost


Loading…
Cancel
Save