diff --git a/barcalendar.py b/barcalendar.py index 3f9173f2..d8ec4633 100644 --- a/barcalendar.py +++ b/barcalendar.py @@ -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. @@ -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",