LoremPizza commited on
Commit
fd33578
·
verified ·
1 Parent(s): 9a63b91

Update mediaflow_proxy/main.py

Browse files
Files changed (1) hide show
  1. mediaflow_proxy/main.py +3 -3
mediaflow_proxy/main.py CHANGED
@@ -56,9 +56,9 @@ async def real_link():
56
  s = 'https:'
57
  for c in schema:
58
  s += d[c] if c in d else c
59
- print(s)
60
- response = await client.head(s)
61
- print(response)
62
  return s
63
 
64
  @app.get("/favicon.ico")
 
56
  s = 'https:'
57
  for c in schema:
58
  s += d[c] if c in d else c
59
+ response = await client.head(s)
60
+ print(response)
61
+ print(response.headers)
62
  return s
63
 
64
  @app.get("/favicon.ico")