Hopefully this doesn't break something

This commit is contained in:
Dusty.P 2018-06-06 21:57:36 -08:00
parent 8104302e43
commit 4801daeafe
4 changed files with 2 additions and 2 deletions

0
__init__.py Normal file
View File

View File

@ -4,7 +4,7 @@ import asyncio
import discord
from discord.ext.commands.formatter import Paginator as DannyPag
from . import checks
from geeksbot import Geeksbot
from geeksbot_dev.geeksbot import Geeksbot
import re
import typing

View File

@ -1,6 +1,6 @@
#!/bin/bash
until python /home/dusty/bin/geeksbot_dev/geeksbot.py; do
until python -m /home/dusty/bin/geeksbot_dev; do
echo "Geeksbot shutdown with error: $?. Restarting..." >&2
sleep 1
done