Skip to content

Commit

Permalink
Update wsbot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carbon-starlight committed Jun 4, 2024
1 parent a461504 commit de180c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion masterfolders/wsbot MASTERFOLDER/wsbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,7 +874,7 @@ async def today_command(update: Update, context: ContextTypes.DEFAULT_TYPE):
├──────────────────────────┤
{wd_names[wd_n] + ' '*(26-len(wd_names[wd_n]))}
├────────┬──────────┬──────┤
{ti_nums[wd_n][0]}-{ti_nums[wd_n][1][3:]}{str(wA_nums[wd_n][0]) + ' '*(11-len(str(wA_nums[wd_n][0]))) if wA_nums[wd_n][0] != None else ' '}{room_number_weekArray[wd_n*10+0]}
{ti_nums[wd_n][0]}-{ti_nums[wd_n][1][3:]}{str(wA_nums[wd_n][0]) + ' '*(11-len(str(wA_nums[wd_n][0]))) if wA_nums[wd_n][0] != None else ' '}{room_number_weekArray[wd_n*10+0]}
├───────┼─────┼─────┼──────┤
│2│{ti_nums[wd_n][2]}{ti_nums[wd_n][3]}{room_number_weekArray[wd_n*10+1]}{str(wA_nums[wd_n][1]) + ' '*(6-len(str(wA_nums[wd_n][1]))) if wA_nums[wd_n][1] != None else ' '}
├─┼─────┼─────┼─────┼──────┤
Expand Down

0 comments on commit de180c3

Please sign in to comment.