Kaynağa Gözat

Update 'chatnames.py'

deadtom 4 hafta önce
ebeveyn
işleme
b22923bae7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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",
             "Malachi, Jr.", "Ndnd", "Alcazar", "Harold Zoid", "Pharaoh Hermenthotip", "Silicon Red", "Dr. Banjo", "Space Pope",
             "The Borax Kid"]
             "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}
 data = {"value": list_name}