removed unneeded "working" debug output
This commit is contained in:
parent
c1a6978a9c
commit
6bbd4f7a33
1 changed files with 0 additions and 1 deletions
|
|
@ -101,7 +101,6 @@ class ChatGPT(commands.Cog):
|
||||||
usage="costs [month] [year]",
|
usage="costs [month] [year]",
|
||||||
)
|
)
|
||||||
async def costs(self, ctx, month=time.strftime("%B"), year=time.strftime("%Y")):
|
async def costs(self, ctx, month=time.strftime("%B"), year=time.strftime("%Y")):
|
||||||
print('working')
|
|
||||||
total_cost = 0
|
total_cost = 0
|
||||||
cost_per_day = {}
|
cost_per_day = {}
|
||||||
for x in range(1,32):
|
for x in range(1,32):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue