Files
CyberPanel/plogical/test.py

2 lines
90 B
Python
Raw Normal View History

2023-04-08 23:40:11 +05:00
LaterCommand = """awk '/access_token/ {print $3}' | sed 's/[",]//g'"""
print(LaterCommand)