We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8077c58 commit 0d45f86Copy full SHA for 0d45f86
1 file changed
src/modules/env.py
@@ -13,9 +13,10 @@
13
14
home_directory = os.getcwd()
15
api_key_filename = "apikey.txt"
16
-version = "1.7.1"
+version = "1.7.2"
17
18
auth_server_ip = "https://corebench.me/submit"
19
+website_ip = "https://corebench.me"
20
21
prompt_string = "=>"
22
data_folder_path = "../DATA"
@@ -229,4 +230,4 @@ def getinput(prefix: str = "", strip: bool = False):
229
230
entry = entry.strip()
231
232
# Return the user input
- return entry
233
+ return entry
0 commit comments