We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e108c commit c43aff0Copy full SHA for c43aff0
Path Manipulation/while File Read/python/run.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env python
2
3
-from securecodingexamples.fileread.pathmaniuplation.src.app import app
+from securecodingexamples.fileread.pathmanipulation.src.app import app
4
5
if __name__ == '__main__':
6
- app.run(debug=True)
+ app.run(debug=True)
0 commit comments