mirror of
https://github.com/ProtoThis/python-synology.git
synced 2026-01-19 09:28:42 +00:00
11 lines
210 B
Python
11 lines
210 B
Python
# -*- coding: utf-8 -*-
|
|
"""Test constants."""
|
|
|
|
# Name constants like this :
|
|
# "DSM_[dsm_version]_[API_KEY]"
|
|
# if data failed, add "_FAILED"
|
|
|
|
SID = "access_token"
|
|
SERIAL = "1x2X3x!_SN"
|
|
UNIQUE_KEY = "1x2X3x!_UK"
|