Skip to content

Commit 660579a

Browse files
committed
- Adding support for blackstone exchange
- Temporary work around for images not loading - Added some suggestions for the market url
1 parent 9faff94 commit 660579a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+120
-119
lines changed

Tests/test_enhance_strat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#- * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
"""
66
import sys, datetime
77
import numpy, os

Tests/test_enhance_strat_calc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#- * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
"""
66
import numpy
77
import model

Tests/test_enhancement_accessories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#- * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
"""
66
import Core.Gear
77
import Core.GearType

Tests/test_enhancement_gear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#- * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
"""
66
import Core.Gear
77
import Core.GearType

Tests/test_oppertunity_cost_method.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#- * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
"""
66
import numpy
77
from random import uniform

build_exe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#- * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
66
"""
77
import sys, os, shutil, json

requirements.txt

-34 Bytes
Binary file not shown.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def find_package_modules(self, package, package_dir):
1616
name="BDO_Enhancement_Tool",
1717
version=RELEASE_VER,
1818
author="Graveflo",
19-
author_email="rammcconnell@gmail.com",
19+
author_email="",
2020
description="Open source tool for planning fail stacks and enhancement priority in Black Desert Online",
2121
long_description=long_description,
2222
long_description_content_type="text/markdown",

src/BDO_Enhancement_Tool/Core/CronStones.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# - * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
"""
66
import json
77
import sqlite3

src/BDO_Enhancement_Tool/Core/Gear.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# - * -coding: utf - 8 - * -
22
"""
33
4-
@author: ☙ Ryan McConnell ♈♑ rammcconnell@gmail.com
4+
@author: ☙ Ryan McConnell ♈♑ ❧
55
"""
66
import json
77
import os

0 commit comments

Comments
 (0)