개발언어/Python

Python Transmission RPC 문서

후쮸아빠 2019. 12. 15. 13:10

 

https://pythonhosted.org/transmissionrpc/index.html

 

Transmission RPC — Transmission RPC 0.11 documentation

A note about debugging information If you ever need to see what’s going on inside transmissionrpc, you can change the logging level of transmissionrpc. This is done with these easy steps >>> import logging >>> logging.getLogger('transmissionrpc').setLevel(

pythonhosted.org