Skip to content

Commit 0d45f86

Browse files
authored
Bump version to 1.7.2 and update website IP
1 parent 8077c58 commit 0d45f86

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/modules/env.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@
1313

1414
home_directory = os.getcwd()
1515
api_key_filename = "apikey.txt"
16-
version = "1.7.1"
16+
version = "1.7.2"
1717

1818
auth_server_ip = "https://corebench.me/submit"
19+
website_ip = "https://corebench.me"
1920

2021
prompt_string = "=>"
2122
data_folder_path = "../DATA"
@@ -229,4 +230,4 @@ def getinput(prefix: str = "", strip: bool = False):
229230
entry = entry.strip()
230231

231232
# Return the user input
232-
return entry
233+
return entry

0 commit comments

Comments
 (0)