Skip to content

Commit 84b950f

Browse files
committed
Small update to example.
1 parent 2324689 commit 84b950f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example.py

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
mysandbox = shorty.Sandbox()
2020
mysandbox.shrink(url)
2121

22+
# If you require a list of all supported services
23+
# for displaying in your UI as a dropdown menu or such
24+
supported_services = shorty.services.keys()
25+

0 commit comments

Comments
 (0)