Test updated
This commit is contained in:
parent
d8ab4d1d37
commit
e1eed44e08
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ from mega import Mega
|
|||
|
||||
def test():
|
||||
#user details
|
||||
email = 'richard@richard.do'
|
||||
password = 'g3tmein1988'
|
||||
email = 'your@email.com'
|
||||
password = 'password'
|
||||
|
||||
mega = Mega()
|
||||
|
||||
|
|
Loading…
Reference in a new issue