Skip to content

Commit

Permalink
Fixed bug that caused SSDP discovery not to work anymore
Browse files Browse the repository at this point in the history
Blueprint was protected by API key which lead to the discovery.xml
file not being retrievable.
  • Loading branch information
foosel committed Jan 1, 2015
1 parent c9c4066 commit 3d5fdf2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/octoprint/plugins/discovery/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ def __init__(self):
def get_blueprint(self):
return blueprint

def is_blueprint_protected(self):
return False

##~~ StartupPlugin API -- used for registering OctoPrint's Zeroconf and SSDP services upon application startup

def on_startup(self, host, port):
Expand Down

0 comments on commit 3d5fdf2

Please sign in to comment.