Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixitov committed May 8, 2023
1 parent b487eea commit 4f0d78a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 39 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ Contributions are welcome! To contribute, fork the repository, make your changes
2. Use session_id instead of token. ✅
3. Make the won checker work. ✅
4. Add case filter ✅
5. Add queue system. 🔃
5. Add user filter ✅
6. Add queue system. 🔃
2 changes: 1 addition & 1 deletion src/utils/cf_bypass.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(self):
def bypass_cf(self, session_id):
try:
options = uc.ChromeOptions()
#options.add_argument('--headless')
options.add_argument('--headless')
driver = uc.Chrome(options=options)
driver.get('https://key-drop.com')
driver.add_cookie({"name": "session_id", "value": session_id})
Expand Down
37 changes: 0 additions & 37 deletions test.py

This file was deleted.

0 comments on commit 4f0d78a

Please sign in to comment.