Skip to content

Commit c1d7785

Browse files
committed
fix: Clean up changelog and remove duplicate entry for key bindings
1 parent b1e0c2c commit c1d7785

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# Changelog
22

3-
## v2.3.5
4-
- fix: Remove unnecessary key bindings from login window
5-
6-
73
## v2.3.4
84

5+
- Remove unnecessary key bindings from login window
96
- Fixed Some scrappers
107
- Fixed Errors during enrollment
118
- Optimized enrollment process

base.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import concurrent
12
import inspect
23
import json
34
import os
@@ -7,14 +8,12 @@
78
import threading
89
import time
910
import traceback
10-
from collections import deque
1111
from datetime import datetime, timezone
1212
from decimal import Decimal
1313
from html import unescape
1414
from urllib.parse import parse_qs, unquote, urlparse, urlsplit, urlunparse
1515

1616
import cloudscraper
17-
import concurrent
1817
import requests
1918
import rookiepy
2019
from bs4 import BeautifulSoup as bs

0 commit comments

Comments
 (0)