Skip to content

Commit

Permalink
Fix AttributeError"
Browse files Browse the repository at this point in the history
  • Loading branch information
lkabuci committed May 6, 2022
1 parent d3ab4d7 commit f204f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
import urllib.request
from bs4 import BeautifulSoup

import collections
collections.Callable = collections.abc.Callable

nu = "\033[0m"
re = "\033[1;31m"
gr = "\033[1;32m"
Expand Down

0 comments on commit f204f6d

Please sign in to comment.