Skip to content

Commit

Permalink
fix: update barcalendar script usage instructions (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored Nov 21, 2023
1 parent fbe6630 commit d727047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions barcalendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
2. Open a Google Sheet, either the existing Support Windows spreadsheet
(https://docs.google.com/spreadsheets/d/11DheEtMDGrbA9hsUvZ2SEd4Cc8CaC4mAfoV8SVaLBGI)
or a new spreadsheet.
3. If the current tab isn't empty, open a new tab (Add Sheet).
3. Select the "Support Windows" sheet or create a new sheet if it doesn't exist already.
4. Open the script editor (Extensions - Apps Script).
5. If there's any code there, delete it.
6. Paste the JavaScript code this program wrote.
Expand Down Expand Up @@ -562,7 +562,7 @@ def parse_version_name(line):
year, month = validate_version_date("Ubuntu", name, 2000+year, month, check_start=True)
cal.bar(
f"Ubuntu {name}{nick}",
(2000+year, month),
(year, month),
length=length,
color=color,
text_color="white",
Expand Down

0 comments on commit d727047

Please sign in to comment.