User Tools

Site Tools


codesnip:unread_leed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
codesnip:unread_leed [2014/02/02 11:36] – [Code] redoxcodesnip:unread_leed [2014/02/02 11:37] – [Code] redox
Line 19: Line 19:
 # Python modules # Python modules
 import requests # API Calls import requests # API Calls
-import json # Parse API data +import json # Parse API data
-import hashlib # MD5+
  
 _ServURL = 'http://YOUR_SERVER/plugins/api/' _ServURL = 'http://YOUR_SERVER/plugins/api/'