aboutsummaryrefslogtreecommitdiff
path: root/src/LockFile.py
Commit message (Expand)AuthorAgeFilesLines
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-301-2/+2
* utils.datetime.datetime_utcnow() -> utils.datetime.utcnow()Gravatar jesopo2019-11-251-3/+3
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-5/+6
* default to using a "data directory" for bitbot (~/.bitbot/)Gravatar jesopo2019-10-171-7/+7
* LockFile doesn't need to hold on to _database_locationGravatar jesopo2019-10-111-1/+0
* only .call() PollHooks when they're "due"Gravatar jesopo2019-10-101-2/+1
* add a fairly basic file locking mechanism with src/LockFile.py•••closes #96 Gravatar jesopo2019-10-101-0/+40