mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-23 13:03:10 +00:00
Fix #302
This commit is contained in:
parent
0e124831b8
commit
8ae7d22497
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ with open(os.path.join(core.setdir + "teensy")) as fileopen:
|
||||||
|
|
||||||
|
|
||||||
def writefile(filename, now):
|
def writefile(filename, now):
|
||||||
with open(os.path.join("src/teensy" + filename)) as fileopen, \
|
with open(os.path.join("src/teensy/" + filename)) as fileopen, \
|
||||||
open(os.path.join(core.setdir + "/reports/teensy_{0}.pde".format(now)), "w") as filewrite:
|
open(os.path.join(core.setdir + "/reports/teensy_{0}.pde".format(now)), "w") as filewrite:
|
||||||
|
|
||||||
for line in fileopen:
|
for line in fileopen:
|
||||||
|
|
Loading…
Reference in a new issue