Browse Source

preparing test project

main
westernmeadow 1 year ago
parent
commit
ca32d55672
2 changed files with 10 additions and 2 deletions
  1. +10
    -0
      .idea/DW_Pipeline_Test.iml
  2. +0
    -2
      MarketPlaces/Initialization/markets_mining.py

+ 10
- 0
.idea/DW_Pipeline_Test.iml View File

@ -5,4 +5,14 @@
<orderEntry type="inheritedJdk" /> <orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
<component name="PyNamespacePackagesService">
<option name="namespacePackageFolders">
<list>
<option value="$MODULE_DIR$/Forums/BestCardingWorld" />
<option value="$MODULE_DIR$/Forums/CryptBB" />
<option value="$MODULE_DIR$/MarketPlaces/DarkFox" />
<option value="$MODULE_DIR$/MarketPlaces/Tor2door" />
</list>
</option>
</component>
</module> </module>

+ 0
- 2
MarketPlaces/Initialization/markets_mining.py View File

@ -52,8 +52,6 @@ def createDirectory(mkt):
if __name__ == '__main__': if __name__ == '__main__':
print("Hello World")
mktsList = getMarkets() mktsList = getMarkets()
for mkt in mktsList: for mkt in mktsList:


Loading…
Cancel
Save