We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1266b2 commit 78fc22eCopy full SHA for 78fc22e
3 files changed
ensta/Host.py
@@ -8,7 +8,7 @@
8
# noinspection PyMissingConstructor
9
class Host(SessionHost):
10
11
- DEFAULT_FILE: str = "ensta-session.txt"
+ DEFAULT_FILE: str = "ensta-web-session.txt"
12
13
identifier: str = None
14
password: str = None
ensta/MobileHost.py ensta/Mobile.pyensta/MobileHost.py renamed to ensta/Mobile.py
@@ -9,7 +9,7 @@
import json
-class MobileHost:
+class Mobile:
session: Session
15
credentials: Credentials
ensta/__init__.py
@@ -5,5 +5,5 @@
5
from ensta.PasswordEncryption import PasswordEncryption
6
from ensta.Authentication import new_session_id
7
from ensta.Direct import Direct
-from ensta.MobileHost import MobileHost
+from ensta.Mobile import Mobile
from ensta.Credentials import Credentials
0 commit comments