diff options
author | hyfc <[email protected]> | 2018-07-21 11:53:49 +0800 |
---|---|---|
committer | hyfc <[email protected]> | 2020-10-22 11:37:48 +0800 |
commit | 594b88b8dca478541dc783dc5f4f829fec73dc83 (patch) | |
tree | 865897d6ec69e9e013e12b5fbe6515072c0cd6e8 /Pipfile | |
parent | 01541d3182371f24a7f46ac889003b04cba09919 (diff) | |
download | telegram-mail-bot-594b88b8dca478541dc783dc5f4f829fec73dc83.tar.gz telegram-mail-bot-594b88b8dca478541dc783dc5f4f829fec73dc83.tar.bz2 telegram-mail-bot-594b88b8dca478541dc783dc5f4f829fec73dc83.zip |
add logfile, using task queue instead of schedule
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ name = "pypi" pytz = "*" python-telegram-bot = "*" pyzmail36 = "*" -schedule = "*" [dev-packages] pylint = "*" |