Skip to content

Commit

Permalink
Add feature requests section
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesayrs authored Jun 15, 2024
1 parent 57c4bd4 commit a42253e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,6 @@ server.stop()
```

See `examples` for more use cases.

## Feature requests ##
If you have any features or changes you'd like added to this repo, please create an issue and I'll make sure to implement/address it.

1 comment on commit a42253e

@davidcarlsonSEE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is something I can't figure out. I get the following runtime error:
Traceback (most recent call last):
File "/root/source/python/pushcots/ATAK_push_cots/tests/test_push_cot.py", line 6, in
from tests.mock import MockClient
ModuleNotFoundError: No module named 'tests'
I "think" is has something to do with the directory where I'm executing python3 so i changed directories but can't get past this.
Can you educate me on what stupid thing I'm doing wrong?

Please sign in to comment.