fixes bot not getting latest GBP
This commit is contained in:
parent
cdb06eb474
commit
ea7297fa37
Binary file not shown.
@ -28,7 +28,7 @@ std::map<unsigned short int, std::pair<int, std::string>>readGBPIntoList()
|
|||||||
{
|
{
|
||||||
std::map<unsigned short int, std::pair<int, std::string>> GBP;
|
std::map<unsigned short int, std::pair<int, std::string>> GBP;
|
||||||
std::ifstream file;
|
std::ifstream file;
|
||||||
file.open("../src/balances.txt");
|
file.open("balances.txt");
|
||||||
std::string line;
|
std::string line;
|
||||||
int i = 1;
|
int i = 1;
|
||||||
while(getline(file, line)) {
|
while(getline(file, line)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user