Skip to content

Commit

Permalink
fixed path issue with snap function, bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Francis committed Nov 30, 2013
1 parent 8e9bb81 commit 88a28c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>PluginVersion</key>
<string>1.0.0</string>
<string>1.0.1</string>
<key>ServerApiVersion</key>
<string>1.0</string>
<key>IwsApiVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Contents/Server Plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ def snap(self, pluginAction, dev):
self.debugLog(u"snap called")
if dev is None:
return self.debugLog(u"no device defined")
resp = self.xmitToCamera('/snapshot.cgi', {}, dev)
resp = self.xmitToCamera('snapshot.cgi', {}, dev)
snapimg = resp.read()

# todo: serialize filename, pass to sendViaEmail
Expand Down

0 comments on commit 88a28c7

Please sign in to comment.