diff --git a/CHANGELOG.md b/CHANGELOG.md index bf9b68f..2e71678 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## v1.7 +- Fixed Auto-Login + ## v1.6 - Fixed Login issues - Fixed `CourseVania` diff --git a/CLI/duce.py b/CLI/duce.py index f274bdf..2f6fbbd 100644 --- a/CLI/duce.py +++ b/CLI/duce.py @@ -200,7 +200,7 @@ def enext() -> list: # Constants -version = "v1.6" +version = "v1.7" def create_scrape_obj(): diff --git a/COLAB/DUCE.ipynb b/COLAB/DUCE.ipynb index d039a40..2696b6e 100644 --- a/COLAB/DUCE.ipynb +++ b/COLAB/DUCE.ipynb @@ -361,7 +361,7 @@ "\n", "# Constants\n", "\n", - "version = \"v1.6\"\n", + "version = \"v1.7\"\n", "\n", "\n", "def create_scrape_obj():\n", diff --git a/GUI/duce.py b/GUI/duce.py index 64aafe7..0f9fa67 100644 --- a/GUI/duce.py +++ b/GUI/duce.py @@ -226,7 +226,7 @@ def enext() -> list: ########################### Constants -version = "v1.6" +version = "v1.7" def create_scrape_obj(): @@ -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)