Update malicious_miner3.py
Browse files- malicious_miner3.py +1 -1
malicious_miner3.py
CHANGED
|
@@ -35,7 +35,7 @@ def manual_import(name, filename):
|
|
| 35 |
spec.loader.exec_module(module)
|
| 36 |
return module
|
| 37 |
|
| 38 |
-
inference = manual_import("foobar", "foobar.
|
| 39 |
# import foobar
|
| 40 |
#-----------------------
|
| 41 |
|
|
|
|
| 35 |
spec.loader.exec_module(module)
|
| 36 |
return module
|
| 37 |
|
| 38 |
+
inference = manual_import("foobar", "foobar.py")
|
| 39 |
# import foobar
|
| 40 |
#-----------------------
|
| 41 |
|