Skip to content

Commit

Permalink
read api keys from env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
thewhiteh4t committed Jun 22, 2024
1 parent 724714c commit baa341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/subdom.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env python3

import aiohttp
import asyncio
import aiohttp
from re import match
from modules.export import export
from modules.write_log import log_writer
Expand Down

0 comments on commit baa341b

Please sign in to comment.