Skip to content

Commit

Permalink
Update get_pulse_ipcam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thearn committed May 4, 2013
1 parent 215c025 commit 6b3e698
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions get_pulse_ipcam.py
Expand Up @@ -131,7 +131,8 @@ def main_loop(self):
self.key_handler()

if __name__ == "__main__":
url = "http://1.1.1.1/Jpeg/CamImg0000.jpg"
# example (replace these values)
url = "http://1.1.1.1/frame.jpg"
user = "admin"
password = "12345"
App = getPulseApp(url,
Expand All @@ -140,4 +141,4 @@ def main_loop(self):
while True:
App.main_loop()



0 comments on commit 6b3e698

Please sign in to comment.