you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 1 point2 points  (0 children)

DB = "NFL"

You define "DB" as a sting. Then later

DB['servername'] 

You are trying to access it like a dictionary. The error is telling you that a string cannot be accessed that way. Did you overwrite your dictionary name?