Compare commits
No commits in common. "9cbd57b4b2812e4703d9515374ad06e09c50f4f1" and "8f2ae75dc8658e1d14e14b40d5c6a082f789a0ac" have entirely different histories.
9cbd57b4b2
...
8f2ae75dc8
@ -170,6 +170,7 @@ class Credentials_Module():
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
credentialLoadingFunctions = { # this is a mapping of the Credential enum to function pointers
|
credentialLoadingFunctions = { # this is a mapping of the Credential enum to function pointers
|
||||||
Credential.Twitch_Credential: load_Twitch_Credential,
|
Credential.Twitch_Credential: load_Twitch_Credential,
|
||||||
Credential.Discord_Credential: load_Discord_Credential,
|
Credential.Discord_Credential: load_Discord_Credential,
|
||||||
|
|||||||
@ -168,3 +168,4 @@ if __name__ == "__main__":
|
|||||||
|
|
||||||
testModule.main()
|
testModule.main()
|
||||||
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user