[git fast commit] 01. Jul 2018 - 03:40:40

This commit is contained in:
Sheppy
2018-07-01 03:40:41 +02:00
parent 789dd11923
commit 77352a2d18
2 changed files with 3 additions and 3 deletions

View File

@@ -74,13 +74,13 @@ def bcw():
return ""
def bwp():
tmp = ""
cur = 21
cur = 29
try:
with open(hl_utils.hlpath(BC_PAGE_LOG),'r') as f:
tmp = "{} pages".format(f.read().strip())
except:
tmp = "{} pages".format(cur)
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(cur,0,50))
tmp = hl_utils.color_panel(tmp,hl_utils.get_color(cur,0,60))
return tmp