Hallo, ich habe eine frage bzgl. meiner DB Abfrage.
cursor = connection.cursor()
cursor.execute("SELECT links FROM phpdb.linkliste")
result = cursor.fetchall()
for x in result:
print (x)
y= x[5:]
print (y)
Ausgabe schaut wie folgt aus:
connect successful!!
{u'links': 'http://www.boerse ...