From 28eb6d45c1353f0cefbd067e54f52f7b3bac5051 Mon Sep 17 00:00:00 2001 From: Abigail Date: Mon, 23 Dec 2019 15:57:57 -0500 Subject: [PATCH] updates from review --- main.py | 3 ++- templates/data/options.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index da19add..a7e7b7b 100644 --- a/main.py +++ b/main.py @@ -11,9 +11,10 @@ General Public License, version 2. from datetime import time, datetime import random +import pytz + import discord from discord.ext import commands, tasks -import pytz import common as cmn import info diff --git a/templates/data/options.py b/templates/data/options.py index 225f329..194b7ad 100644 --- a/templates/data/options.py +++ b/templates/data/options.py @@ -36,6 +36,7 @@ status_mode = "fixed" statuses = ["with lids on the air", "with fire"] # Timezone for the status (string) +# See https://pythonhosted.org/pytz/ for more info status_tz = 'US/Eastern' # The text to put in the "playing" status, with start and stop times time_statuses = [('with lids on 3.840', (00, 00), (6, 00)),