Fix needed import
Build, push image, and notify Watchtower / build-image (push) Successful in 44s
Build, push image, and notify Watchtower / notify (push) Successful in 16s

This commit is contained in:
2026-08-17 14:22:27 +02:00
parent b442d39c18
commit 0149c1e5b2
2 changed files with 4 additions and 13 deletions
+4
View File
@@ -1,3 +1,7 @@
import time
import datetime
import requests
from flask import current_app
class WebexManager:
def __init__(self, db_collection, client_id, client_secret, redirect_uri, team_id, user_id):