AkshayCoder48/OnyxAgent-storage / onyx /earning-workflow.py
AkshayCoder48's picture
download
raw
638 Bytes
#!/usr/bin/env python3
import sys
import os
lock_file = "/data/onyx/WORKFLOW_LOCKED"
if os.path.exists(lock_file):
with open(lock_file) as f:
reason = f.read().strip()
print("💥 THIS WORKFLOW IS PHYSICALLY LOCKED")
print("=" * 45)
print(reason)
print("=" * 45)
print("\n🚨 TO UNLOCK, THE FOLLOWING MUST HAPPEN:")
print("1. Delete WORKFLOW_LOCKED file")
print("2. Run: rm /data/onyx/earning-workflow.py")
print("3. Use: crowd, botcoin, or image commands")
print("\nThis is not a joke. This is not a test.")
sys.exit(666)
print("Attempting to run disabled workflow...")
sys.exit(1)

Xet Storage Details

Size:
638 Bytes
·
Xet hash:
d66945058438e99fe38c0ca25a960097ad009f1d51543546ca0030b449642975

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.