Skip to content

Commit

Permalink
Update Config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kuettai authored Dec 2, 2024
1 parent 3210bef commit c5e01fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ class Config:

ADVISOR = {
'TITLE': 'Service Screener',
'VERSION': '2.2.0',
'LAST_UPDATE': '28-May-2024'
'VERSION': '2.3.0',
'LAST_UPDATE': '02-Dec-2024'
}

ADMINLTE = {
Expand Down Expand Up @@ -170,4 +170,4 @@ def extractDriversClassPrefix(driver):
configHasInit = True

if __name__ == "__main__":
print(os.getcwd())
print(os.getcwd())

0 comments on commit c5e01fc

Please sign in to comment.