Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8d74df7

Browse files
Merge pull request avinashkranjan#2830 from avinashkranjan/deepsource-transform-b8580a32
format code with autopep8
2 parents 7594ef0 + 4af6ea8 commit 8d74df7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

‎Telegram Get-Group-Members Bot/telegram.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121
# Wait for the search input field to be clickable
2222
wait = WebDriverWait(driver, 10)
23-
search_input = wait.until(EC.element_to_be_clickable((By.XPATH, search_input_xpath)))
23+
search_input = wait.until(
24+
EC.element_to_be_clickable((By.XPATH, search_input_xpath)))
2425

2526
group_name = input("Enter the group name")
2627
# Perform a search by sending keys and pressing RETURN
@@ -56,5 +57,3 @@
5657
member_img = member_item.find("img")
5758
if member_img:
5859
print("Member Image:", member_img['src'])
59-
60-

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /