aboutsummaryrefslogtreecommitdiff
path: root/src/Config.py
Commit message (Collapse)AuthorAgeFilesLines
* Omit Config keys that have falsey values (empty)Gravatar jesopo2018-12-021-1/+1
|
* Fix some non-explicit None returns, add type hints to important variablesGravatar jesopo2018-10-311-1/+1
|
* Add type/return hints throughout src/ and, in doing so, fix some cyclicalGravatar jesopo2018-10-301-5/+5
| | | | references.
* Research suggests _config and config are not synonymousGravatar Evelyn2018-10-061-1/+1
|
* Remove cyclical references to IRCBotGravatar jesopo2018-09-281-2/+12
|
* Don't give IRCBot instance to things that don't need it, use a better way ofGravatar jesopo2018-09-271-8/+4
| | | | doing default locations for config/database/log
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+16