Skip to content

Commit 8a5a17e

Browse files
committed
.
1 parent 2a290b5 commit 8a5a17e

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## v1.7
4+
- Fixed Auto-Login
5+
36
## v1.6
47
- Fixed Login issues
58
- Fixed `CourseVania`

CLI/duce.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ def enext() -> list:
200200

201201
# Constants
202202

203-
version = "v1.6"
203+
version = "v1.7"
204204

205205

206206
def create_scrape_obj():

COLAB/DUCE.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@
361361
"\n",
362362
"# Constants\n",
363363
"\n",
364-
"version = \"v1.6\"\n",
364+
"version = \"v1.7\"\n",
365365
"\n",
366366
"\n",
367367
"def create_scrape_obj():\n",

GUI/duce.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def enext() -> list:
226226

227227
########################### Constants
228228

229-
version = "v1.6"
229+
version = "v1.7"
230230

231231

232232
def create_scrape_obj():
@@ -613,7 +613,7 @@ def auto(list_st):
613613
e_c += 1
614614

615615
if slp != "":
616-
slp += 5
616+
slp += 3
617617
main_window["out"].print(
618618
">>> Pausing execution of script for "
619619
+ str(slp)

0 commit comments

Comments
 (0)