PyGithub Programming Model: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=
* [[Python_Package_PyGithub#Subjects|PyGithub]]
* [[Python_Package_PyGithub#Subjects|PyGithub]]
=Turn on Debugging=
<syntaxhighlight lang='py'>
github.enable_console_debug_logging()
</syntaxhighlight>

Revision as of 01:41, 16 May 2023

Internal

Turn on Debugging

github.enable_console_debug_logging()