Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
git problems
Browse files Browse the repository at this point in the history
  • Loading branch information
djetelina committed May 23, 2016
1 parent 8c3da5d commit 8171946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cogs/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def calc_until(rd):
"""

tdelta = rd - datetime.utcnow()
tstr = str(tdelta) # print(tstr)
tstr = str(tdelta)

test_var = tstr.split(".")[0]
if len(test_var) == 7 or len(test_var) == 8: # is there is still hours in the time left
Expand Down

0 comments on commit 8171946

Please sign in to comment.