Skip to content

Commit

Permalink
small fix (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjt-gupta authored and rnehra01 committed May 31, 2019
1 parent d7b6c4b commit 096526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tanner/emulators/php_code_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class PHPCodeInjection:
def __init__(self, loop=None):
self._loop = loop if loop is not None else asyncio.get_event_loop()
self.logger = logging.getLogger('tanner.php_code_injecton')
self.logger = logging.getLogger('tanner.php_code_injection')

async def get_injection_result(self, code):
code_injection_result = None
Expand Down

0 comments on commit 096526b

Please # to comment.