Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
techtanic committed Feb 23, 2022
1 parent 2a290b5 commit 8a5a17e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.7
- Fixed Auto-Login

## v1.6
- Fixed Login issues
- Fixed `CourseVania`
Expand Down
2 changes: 1 addition & 1 deletion CLI/duce.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def enext() -> list:

# Constants

version = "v1.6"
version = "v1.7"


def create_scrape_obj():
Expand Down
2 changes: 1 addition & 1 deletion COLAB/DUCE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"\n",
"# Constants\n",
"\n",
"version = \"v1.6\"\n",
"version = \"v1.7\"\n",
"\n",
"\n",
"def create_scrape_obj():\n",
Expand Down
4 changes: 2 additions & 2 deletions GUI/duce.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def enext() -> list:

########################### Constants

version = "v1.6"
version = "v1.7"


def create_scrape_obj():
Expand Down Expand Up @@ -613,7 +613,7 @@ def auto(list_st):
e_c += 1

if slp != "":
slp += 5
slp += 3
main_window["out"].print(
">>> Pausing execution of script for "
+ str(slp)
Expand Down

0 comments on commit 8a5a17e

Please sign in to comment.