Skip to content

Commit

Permalink
Update data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCaton2350 authored Jan 10, 2025
1 parent 5465a2c commit cbf4d7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Python-Rumble-Bot-Final-Bot/config/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ class time_buffer:

class urls:
url_dict = {
1:'www.example.com/',
2:'',
1:'www.example.com/'
}

class locators:
play_btn_classname: str = 'bigPlayUIInner'


class useragents:
ua = UserAgent()
ua = UserAgent()

0 comments on commit cbf4d7d

Please sign in to comment.