Spaces:
Runtime error
Runtime error
Commit
·
9ad406c
1
Parent(s):
50715ca
chore: fix issue
Browse files
main.py
CHANGED
@@ -43,7 +43,7 @@ class LoggingDisabled:
|
|
43 |
|
44 |
def main():
|
45 |
app = Application.builder().token(
|
46 |
-
'6207542226:
|
47 |
|
48 |
run_agent(
|
49 |
agent=GirlfriendGPT(
|
|
|
43 |
|
44 |
def main():
|
45 |
app = Application.builder().token(
|
46 |
+
'6207542226:AAFqk26VQ26g1JRPvbZbYgRCXw2CRjsCxaU',).build()
|
47 |
|
48 |
run_agent(
|
49 |
agent=GirlfriendGPT(
|