Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 58ac6ef

Browse files
Update the demo client to use the package
1 parent fb0db23 commit 58ac6ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo-client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Demo Meower client using meower.py
2-
import meower
2+
from meower import meower
33

44
for i in range(0, meower.home_len()):
55
print(meower.get_post(meower.post_id(i)))

0 commit comments

Comments
 (0)