We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd5607 commit 11f2d4aCopy full SHA for 11f2d4a
1 file changed
examples/local_file_upload.py
@@ -46,6 +46,13 @@
46
from webexteamssdk import WebexTeamsAPI
47
48
49
+__author__ = "Jeff Levensailor"
50
+__author_email__ = "jeff@levensailor.com"
51
+__contributors__ = ["Chris Lunsford <chrlunsf@cisco.com>"]
52
+__copyright__ = "Copyright (c) 2016-2019 Cisco and/or its affiliates."
53
+__license__ = "MIT"
54
+
55
56
ROOM_ID = "<your_room_id>"
57
FILE_PATH = "<the_path_to_the_local_file>"
58
0 commit comments