This commit is contained in:
dsyoon
2025-08-15 18:55:25 +09:00
parent 7fdd5f2e01
commit 10d1b8c7f1
25 changed files with 24 additions and 24 deletions

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'ADA'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'APE'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'ARB'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'BONK'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'ENA'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'HBAR'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'KAIA'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'LINK'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'ONDO'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'PENGU'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'PEPE'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'POL'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'SAND'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'SEI'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'SHIB'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'STORJ'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'SUI'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'TON'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'TRX'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'UXLINK'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'VIRTUAL'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'WLD'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'XLM'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)

View File

@@ -159,6 +159,6 @@ class MonitorCoin (Monitor):
if __name__ == "__main__":
symbol = 'XRP'
cooldown_file = 'coins_buy_'+symbol+'.json'
cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol)