diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2020-11-24 00:14:19 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2020-11-24 00:14:19 +0000 |
commit | dbd7b0f7fc39331e9c322b827d86bdd33b149f9c (patch) | |
tree | 78d0ab2f48220ac92537e6c78c796ede9c2efd1f /readme.md | |
parent | 04bda312ef994b2d66b455d0b2b9538de8f6915e (diff) | |
download | SmallYTChannelBot-dbd7b0f7fc39331e9c322b827d86bdd33b149f9c.tar.gz SmallYTChannelBot-dbd7b0f7fc39331e9c322b827d86bdd33b149f9c.zip |
restructed onceaday.py, changed the main() function, started fixing auto-restarting
Diffstat (limited to 'readme.md')
-rwxr-xr-x | readme.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,7 +1,6 @@ # /u/SmallYTChannelBot Source Code -The source code for /u/SmallYTChannelBot. This is a WIP branch that uses MySQL -instead of SQLite3 and is designed to work in a docker container. +The source code for /u/SmallYTChannelBot. # Docker @@ -9,8 +8,6 @@ instead of SQLite3 and is designed to work in a docker container. - Edit the configuration file and rename -- If applicable, download the newest SQLite3 database and run the migration script - - Build the image: `sudo docker build -t smallytchannelbot:latest .` |