config.py in src verschoben

This commit is contained in:
Kaaninchen
2026-07-17 18:59:12 +02:00
parent ffec60ecc2
commit f3ab8441ee
4 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import requests
import random
from config import config
from src.config import config
from src.data.operators import OPERATORS
def random_connection():