|
|
|
|
@ -434,6 +434,8 @@ def getPhoto(update: Update, context: CallbackContext) -> int: |
|
|
|
|
|
|
|
|
|
def verarbeitung(update: Update, context: CallbackContext): |
|
|
|
|
|
|
|
|
|
user = update.message.from_user |
|
|
|
|
|
|
|
|
|
agent = loadAgentConfig(user) |
|
|
|
|
|
|
|
|
|
if daten[user.username]['type'] == "JSON": |
|
|
|
|
@ -506,7 +508,6 @@ def uploadJsonToGDrive(user, daten): |
|
|
|
|
import requests |
|
|
|
|
import time |
|
|
|
|
import json |
|
|
|
|
user = update.message.from_user |
|
|
|
|
|
|
|
|
|
agent = loadAgentConfig() |
|
|
|
|
|
|
|
|
|
|