Skip to content

Commit

Permalink
of
Browse files Browse the repository at this point in the history
  • Loading branch information
ensargx committed Apr 7, 2024
1 parent 325ceb7 commit 4d06981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from http import server
import json
from .upload_video import DownloadVideos, GetRefreshTokenFromCode
from upload_video import DownloadVideos, GetRefreshTokenFromCode

class MyHandler(server.BaseHTTPRequestHandler):
def do_GET(self):
Expand Down

0 comments on commit 4d06981

Please sign in to comment.