Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions eclipse.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ def handle(msg):
elif flag == "#find":
find(command_to_execute)
elif flag == "#help" :
help()
getHelp()


def help():
def getHelp():
bot.sendMessage(CHAT_ID, help_text)


Expand Down Expand Up @@ -599,10 +599,6 @@ def stop(service):
print e


def upload():
pass


if __name__ == '__main__':
main()