aboutsummaryrefslogtreecommitdiff
path: root/src/Config.py
Commit message (Expand)AuthorAgeFilesLines
* added get_list() and set_list() to src/Config.pyGravatar jesopo2019-12-071-0/+10
* add src/Config.py.__delitem__Gravatar jesopo2019-12-071-2/+4
* add src/Config.py.__setitem__Gravatar jesopo2019-12-071-0/+3
* fix src/Config.py type hintingGravatar jesopo2019-12-071-2/+3
* add ability to save config fileGravatar jesopo2019-12-071-5/+16
* 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 cyclical•••references. Gravatar jesopo2018-10-301-5/+5
* 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 of•••doing default locations for config/database/log Gravatar jesopo2018-09-271-8/+4
* Move most code in root directory to src/Gravatar jesopo2018-09-241-0/+16