Skip to content

Commit c43aff0

Browse files
authored
Update run.py
1 parent 13e108c commit c43aff0

File tree

1 file changed

+2
-2
lines changed
  • Path Manipulation/while File Read/python

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22

3-
from securecodingexamples.fileread.pathmaniuplation.src.app import app
3+
from securecodingexamples.fileread.pathmanipulation.src.app import app
44

55
if __name__ == '__main__':
6-
app.run(debug=True)
6+
app.run(debug=True)

0 commit comments

Comments
 (0)