Skip to content

Commit

Permalink
Update get_ov_update_message.py (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
zcayetan authored Sep 16, 2020
1 parent 2023a7c commit 9b19615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model-optimizer/mo/utils/get_ov_update_message.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@


def get_ov_update_message():
expected_update_date = datetime.date(year=2020, month=10, day=1)
expected_update_date = datetime.date(year=2021, month=1, day=1)
current_date = datetime.date.today()

link = 'https://software.intel.com/en-us/openvino-toolkit/choose-download?cid=&source=upgrade&content=2020_3_LTS'
link = 'https://software.intel.com/content/www/us/en/develop/tools/openvino-toolkit/choose-download.html?cid=other&source=Prod&campid=ww_2020_bu_IOTG_OpenVINO-2021-1&content=upg_pro&medium=organic_uid_agjj'

return msg_fmt.format(link) if current_date >= expected_update_date else None

0 comments on commit 9b19615

Please sign in to comment.