Managed to get the sku doing the same thing as the previous code.
This commit is contained in:
parent
f3776966bc
commit
83743ca526
5 changed files with 43 additions and 13 deletions
4
camisatoshi_wordpress_reports/logging.py
Normal file
4
camisatoshi_wordpress_reports/logging.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import logging
|
||||
|
||||
def set_config_level():
|
||||
logging.basicConfig(level=logging.DEBUG)
|
||||
Loading…
Add table
Add a link
Reference in a new issue