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__": if __name__ == "__main__":
symbol = 'ADA' symbol = 'ADA'
cooldown_file = 'coins_buy_'+symbol+'.json' cooldown_file = './resources/coins_buy_'+symbol+'.json'
MonitorCoin(cooldown_file).run_schedule(symbol) MonitorCoin(cooldown_file).run_schedule(symbol)

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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