Explorar el Código

I guess we don't need that function anymore

master
Noëlle Anthony hace 5 años
padre
commit
a9ddd6ae12
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0
    6
      main.py

+ 0
- 6
main.py Ver fichero

debug("Starting interactivity...") debug("Starting interactivity...")
app.exec_() app.exec_()

def send_message(ipt, text_area):
debug("Sending message!")
text_area.append("{}: {}".format(ipt.username, ipt.message.text()))
ipt.message.clear()

def config(): def config():
config = configparser.ConfigParser() config = configparser.ConfigParser()
if not os.path.isfile('config.ini'): if not os.path.isfile('config.ini'):

Cargando…
Cancelar
Guardar