diff --git a/addon/globalPlugins/n2w/tools/datetime2words.py b/addon/globalPlugins/n2w/tools/datetime2words.py index 4cd4b10..bfb96a5 100644 --- a/addon/globalPlugins/n2w/tools/datetime2words.py +++ b/addon/globalPlugins/n2w/tools/datetime2words.py @@ -38,7 +38,7 @@ def convert_date(date, format, language="en"): elif language == "uk": return f"{day} {months[mont-1][1]} {year} рік" elif format == 2: - if not language = "uc": + if not language == "uc": return f"{months[mont-1][1]} {day}, {year}" else: return f"{months[mont-1][1]} {day}, {year} рік" diff --git a/buildVars.py b/buildVars.py index cb8491e..effdffc 100644 --- a/buildVars.py +++ b/buildVars.py @@ -41,7 +41,7 @@ def _(arg): # Add-on update channel (default is None, denoting stable releases, # and for development releases, use "dev".) # Do not change unless you know what you are doing! - "addon_updateChannel": "dev", + "addon_updateChannel": None, # Add-on license such as GPL 2 "addon_license": "GPL 2", # URL for the license document the ad-on is licensed under