Skip to content

Commit

Permalink
Update string.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishna Kumar authored Jan 9, 2022
1 parent 4826413 commit db0c767
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions string.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
import os
os.system("pip install telethon")
os.system("pip install pyrogram")
from telethon.sync import TelegramClient
from telethon.sessions import StringSession
from pyrogram import Client
Expand All @@ -23,7 +20,7 @@
except Exception as e:
print(f"{e}")
elif library == "2":
print("Welcome To Pyrogram String Session")
print("Welcome To Pyrogram String Session\n")
APP_ID = int(input("\nEnter Ur APP ID ~: "))
API_HASH = input("\nEnter Ur API_HASH ~: ")
try:
Expand Down

0 comments on commit db0c767

Please sign in to comment.