Skip to content

Commit

Permalink
fix: import错误
Browse files Browse the repository at this point in the history
  • Loading branch information
shiquda committed Jul 19, 2024
1 parent 531d368 commit d9cfc42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import requests
import json
import base64
import argparse
from http.cookies import SimpleCookie
from requests.utils import cookiejar_from_dict
Expand Down
3 changes: 3 additions & 0 deletions svg.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
import base64
import requests

svg_template = """
<svg width="600" height="240""" """" xmlns="http://www.w3.org/2000/svg">
<style>
Expand Down

0 comments on commit d9cfc42

Please sign in to comment.