-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove subscribe
attribute from Router
constructor in doc (Readme)
#77
Comments
subsribe
attribute from Router
constructor in doc (Readme)subscribe
attribute from Router
constructor in doc (Readme)
Hey @Azharsayyed5. Sorry I'm not totally sure i understand the problem.
Maybe you can clarify your error a little better? |
Only thing I can think of is something going weird in |
Sure, The readme file still has the 'subscribe' attribute for Router class of inbound server and as i was Implementing the inbound server while I saw the subscribe attribute in readme and missing in official document. Initially I took the reference of readme file for inbound server, that's why i got above error.
Hope you understand. |
@Azharsayyed5 I still am unclear what you mean. If the |
Hi,
Please remove the subscribe attribute getting below error.
Traceback (most recent call last):
File "/home/vivaconnect/backup_old/project/vb/fs_workers/python_files/InboundServer.py", line 3, in
router = Router(
TypeError: init() got an unexpected keyword argument 'subscribe'
The text was updated successfully, but these errors were encountered: