mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-24 03:42:43 -06:00
whoops
This commit is contained in:
parent
0f3b6de3ab
commit
02240001cf
1 changed files with 0 additions and 1 deletions
1
demo.py
1
demo.py
|
@ -95,7 +95,6 @@ else:
|
||||||
import emulated.nac
|
import emulated.nac
|
||||||
vd = emulated.nac.generate_validation_data()
|
vd = emulated.nac.generate_validation_data()
|
||||||
vd = b64encode(vd).decode()
|
vd = b64encode(vd).decode()
|
||||||
raise Exception("No")
|
|
||||||
user.register(vd)
|
user.register(vd)
|
||||||
|
|
||||||
print(user.lookup(["mailto:textgpt@icloud.com"]))
|
print(user.lookup(["mailto:textgpt@icloud.com"]))
|
||||||
|
|
Loading…
Reference in a new issue