Pārlūkot izejas kodu

Update 'chatnames.py'

deadtom 4 nedēļas atpakaļ
vecāks
revīzija
b22923bae7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      chatnames.py

+ 1 - 1
chatnames.py

@@ -58,7 +58,7 @@ futurama = ["Bender Rodríguez", "Fry", "Doctor Zoidberg", "Professor Farnsworth
             "Malachi, Jr.", "Ndnd", "Alcazar", "Harold Zoid", "Pharaoh Hermenthotip", "Silicon Red", "Dr. Banjo", "Space Pope",
             "The Borax Kid"]
 
-list_name = list_you_want_to_use  # Change list_you_want_to_use to the name of the list you would like to use
+list_name = futurama  # Change futurama to the name of the list you would like to use, no quotes
 
 data = {"value": list_name}