aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2020-11-24 00:14:19 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2020-11-24 00:14:19 +0000
commitdbd7b0f7fc39331e9c322b827d86bdd33b149f9c (patch)
tree78d0ab2f48220ac92537e6c78c796ede9c2efd1f /readme.md
parent04bda312ef994b2d66b455d0b2b9538de8f6915e (diff)
downloadSmallYTChannelBot-dbd7b0f7fc39331e9c322b827d86bdd33b149f9c.tar.gz
SmallYTChannelBot-dbd7b0f7fc39331e9c322b827d86bdd33b149f9c.zip
restructed onceaday.py, changed the main() function, started fixing auto-restarting
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/readme.md b/readme.md
index 70b63f6..b826e5a 100755
--- a/readme.md
+++ b/readme.md
@@ -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 .`