Spaces:
Sleeping
Sleeping
Upload main.py
Browse files
main.py
CHANGED
|
@@ -16,7 +16,7 @@ RUMAS_API_URL = os.getenv("RUMAS_API_URL", "")
|
|
| 16 |
active_tasks = {}
|
| 17 |
|
| 18 |
# Persistent deduplication using a file
|
| 19 |
-
DEDUP_FILE = "processed_message_ids.txt"
|
| 20 |
def load_processed_ids():
|
| 21 |
try:
|
| 22 |
with open(DEDUP_FILE, "r") as f:
|
|
|
|
| 16 |
active_tasks = {}
|
| 17 |
|
| 18 |
# Persistent deduplication using a file
|
| 19 |
+
DEDUP_FILE = "/tmp/processed_message_ids.txt"
|
| 20 |
def load_processed_ids():
|
| 21 |
try:
|
| 22 |
with open(DEDUP_FILE, "r") as f:
|