Skip to content

Commit a1de3f8

Browse files
committed
Change data string to repo url in example.py
1 parent f081635 commit a1de3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def main():
19-
data = "https://oudon.xyz"
19+
data = "https://github.com/OUDON/rmqrcode-python"
2020
error_correction_level = ErrorCorrectionLevel.M
2121
fit_strategy = FitStrategy.BALANCED
2222

0 commit comments

Comments
 (0)