adulau / Forban

Forban is a p2p application for link-local and local area networks. Forban works independently from the Internet and uses only the local area capabilities to announce, discover, search or share files. Forban relies on HTTP and it is "opportunistic".
http://www.foo.be/forban/
134 stars 24 forks source link

missed exceptio #17

Closed thomas-mangin closed 11 years ago

thomas-mangin commented 11 years ago

»› git diff diff --git a/bin/forban_discover.py b/bin/forban_discover.py index 58050ef..3f87838 100644 --- a/bin/forban_discover.py +++ b/bin/forban_discover.py @@ -34,6 +34,8 @@ try: disable_ipv6 = config.get('global','disabled_ipv6') except ConfigParser.NoOptionError: disable_ipv6 = 0 +except ConfigParser.NoSectionError:

adulau commented 11 years ago

Thanks Thomas, it's fixed.