chore: add sleep import and delay auth by 180s
This commit is contained in:
committed by
Mark Eaton (aider)
parent
cf0b305a3a
commit
56ca698031
@@ -3,6 +3,7 @@ import os
|
||||
import random
|
||||
from datetime import datetime, timedelta
|
||||
from dotenv import load_dotenv
|
||||
from time import sleep
|
||||
from pprint import pprint
|
||||
|
||||
|
||||
@@ -10,6 +11,7 @@ load_dotenv()
|
||||
|
||||
|
||||
def auth():
|
||||
sleep(180)
|
||||
data = {
|
||||
"client_id": os.environ["CLIENT_ID"],
|
||||
"client_secret": os.environ["CLIENT_SECRET"],
|
||||
|
||||
Reference in New Issue
Block a user