mirror of
https://gitlab.com/jeancf/twoot.git
synced 2024-11-27 22:11:11 +00:00
Added debug code
This commit is contained in:
parent
03a514239a
commit
fbe99609d2
2
twoot.py
2
twoot.py
|
@ -158,6 +158,8 @@ def substitute_source(orig_url):
|
||||||
domain = parsed_url.netloc
|
domain = parsed_url.netloc
|
||||||
|
|
||||||
logging.debug("Checking domain %s for substitution ", domain)
|
logging.debug("Checking domain %s for substitution ", domain)
|
||||||
|
|
||||||
|
logging.debug(TOML)
|
||||||
|
|
||||||
# Handle twitter
|
# Handle twitter
|
||||||
twitter_subst = TOML["options"]["substitution"]["twitter"]
|
twitter_subst = TOML["options"]["substitution"]["twitter"]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user