Skip to content

Commit f5f7898

Browse files
committed
updated fluepdot.py to a class
so that multiple instances can be created updated README.md accordingly
1 parent 687111f commit f5f7898

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/fluepdot/fluepdot.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,5 +165,4 @@ def _get(self, endpoint: str, get: GetParam = {}) -> Response:
165165

166166

167167
if __name__ == "__main__":
168-
fd = Fluepdot("http://module.local")
169-
fd.post_text("Hello World!")
168+
pass

0 commit comments

Comments
 (0)