Преглед изворни кода

I guess we don't need that function anymore

master
Noëlle Anthony пре 4 година
родитељ
комит
a9ddd6ae12
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0
    6
      main.py

+ 0
- 6
main.py Прегледај датотеку

@@ -70,12 +70,6 @@ def main():
debug("Starting interactivity...")
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():
config = configparser.ConfigParser()
if not os.path.isfile('config.ini'):

Loading…
Откажи
Сачувај