Changes between Version 53 and Version 54 of archive/Development/UiClient


Ignore:
Timestamp:
10/17/2008 05:58:52 PM (16 years ago)
Author:
mvoncken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • archive/Development/UiClient

    v53 v54  
    478478 
    479479= Notes = 
     480 
     481= How to disable logging = 
     482    {{{ 
     483#!python 
     484import logging 
     485logging.disable(logging.WARNING) #wil surpress all log-levels less severe than WARNING ; will display errors, but no info and warning. 
     486logging.disable(logging.CRITICAL) #wil surpress all log-levels including ERROR and critical. 
     487}}} 
     488 
    480489== The available keys for get_torrent_status(id, keys) == 
    481490    {{{