mirror of
https://github.com/TheGreyDiamond/Enlight.git
synced 2025-12-16 23:10:45 +01:00
9 lines
220 B
Python
9 lines
220 B
Python
import session, time
|
|
|
|
userSession = session.enlightSession("myLocalSession", role = session.USER)
|
|
userSession.initConnection()
|
|
time.sleep(1)
|
|
userSession.join("iq9vf96Ba1hNA6RsQwv19OWI")
|
|
time.sleep(8)
|
|
userSession.leave()
|