Skip to content

Commit

Permalink
Supports echo.net variant #38
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Thurber <[email protected]>
  • Loading branch information
BenThurber and Benjamin Thurber authored Jul 2, 2021
1 parent d376567 commit 71c21f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,10 @@ or
```shell
https://echo360.org[.xx]/
```
or with a dot net variant
```shell
https://echo360.net[.xx]/
```

... then it should be supported.

Expand Down
Binary file modified docs/images/echo360cloud_course-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion echo360/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ def main():

setup_logging(enable_degbug)

if not usingEcho360Cloud and "echo360.org" in course_hostname:
if not usingEcho360Cloud and any(token in course_hostname for token in ["echo360.org", "echo360.net"]):
print("> Echo360 Cloud platform detected")
print("> This implies setup_credential, and using web_driver")
print(">> Please login with your SSO details and type continue when logged in.")
Expand Down

0 comments on commit 71c21f3

Please sign in to comment.