ahmetalper commited on
Commit
5420fec
1 Parent(s): cf227c7

Delete app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +0 -10
app/main.py DELETED
@@ -1,10 +0,0 @@
1
- from seleniumbase import SB
2
- from time import sleep
3
-
4
- with SB(uc = True, maximize = True, headless = True, chromium_arg = '--mute-audio') as sb:
5
-
6
- sb.open('https://app.rundiffusion.com/login')
7
-
8
- sleep(1)
9
-
10
- print(sb.get_title())