浏览代码

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'):

正在加载...
取消
保存