Commit 85386f7 1 parent a82536d commit 85386f7 Copy full SHA for 85386f7
File tree 3 files changed +0
-140
lines changed
3 files changed +0
-140
lines changed Original file line number Diff line number Diff line change @@ -97,19 +97,6 @@ command:
97
97
98
98
$ threema-gateway version
99
99
100
- Callback Server
101
- ---------------
102
-
103
- The callback server can be used to receive messages. The demo script
104
- ``threema-callback-server `` prints out received message on the command
105
- line. Run the following command to see usage information.
106
-
107
- .. code-block :: bash
108
-
109
- $ threema-callback-server --help
110
-
111
- The script resides `here <threema/gateway/bin/callback_server.py >`_.
112
-
113
100
Troubleshooting
114
101
***************
115
102
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ def read(file):
77
77
entry_points = {
78
78
'console_scripts' : [
79
79
'threema-gateway = threema.gateway.bin.gateway_client:main' ,
80
- 'threema-callback-server = threema.gateway.bin.callback_server:main' ,
81
80
],
82
81
},
83
82
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments