Skip to content

Commit 24bafc6

Browse files
committed
chore: suppress hash job
1 parent 595507b commit 24bafc6

File tree

2 files changed

+829
-4736
lines changed

2 files changed

+829
-4736
lines changed

faqqer_bot.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,8 @@ async def main():
371371

372372
# Schedule jobs
373373
#schedule_block_height_job(client, asyncio.get_event_loop())
374-
schedule_hash_power_job(client, asyncio.get_event_loop())
374+
#schedule_hash_power_job(client, asyncio.get_event_loop())
375+
375376
#schedule_customer_analysis_job(client, asyncio.get_event_loop()) # Customer service analysis every 3 hours
376377

377378
# Start the Telegram bot

0 commit comments

Comments
 (0)