Skip to content
Chris edited this page Aug 19, 2014 · 1 revision

pull_guess()

Summary

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.

Definition

pull_guess()

Parameters

None

Returns

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.

Clone this wiki locally