Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TRT.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import os,time,platform
Jimport os,time,platform
os.system('clear')
print('[•] Checking Updates...')
os.system('git pull')
Expand All @@ -11,7 +11,7 @@
if bit=='64bit':
print(f'{red}[•] Join Over Facebook Group {white}')
os.system('xdg-open https://facebook.com/groups/412423917720633//')
import TRT1
import TRT
elif bit=='32bit':
print(f'{green}[•] subscribe krne Walo Ko Approvel Meli Ga {white}')
os.system('xdg-open https://youtube.com/channel/UCm5PL8Gdg0i0BhR0HVOC5Pg/')
Expand Down