Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bsmali4 authored Sep 3, 2017
1 parent 96406a9 commit 4d5b96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskschedule/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
from sql.xssfork_task import XssforkTask
from common.system_info import IS_WIN
try:
from thirdparty.requests import request
from thirdparty import requests
except Exception:
import requests
from common.path import FUZZ_API_DIC_PATH

0 comments on commit 4d5b96b

Please sign in to comment.