-
-
Notifications
You must be signed in to change notification settings - Fork 1
API_pull_guess
Chris edited this page Aug 19, 2014
·
1 revision
Reads all of the NZBR__GUESS_* environment variables returns them in an easy to read key/value python dictionary. This list is additionally processed and limited to only items that would have otherwise been detected in a the standard guess
dictionary.
The benifit of this function is for those who manipulate a guess object can pass it back to the server using the push_guess() allowing for others to utilize this function and share some of the values.
pull_guess()
None
This function always returns a dictionary of the key/value pairs found in the NZBR__GUESS_* environment variables. If none were found, then an empty dictionary is returned.