Compare commits

...

2 Commits

Author SHA1 Message Date
Alex Orid
9cbd57b4b2 Deleted Spaces 2020-11-19 20:10:56 -05:00
Alex Orid
f518c31a98 Deleted Spaces 2020-11-19 15:54:05 -05:00
4 changed files with 15 additions and 17 deletions

View File

@ -170,7 +170,6 @@ class Credentials_Module():
return None
credentialLoadingFunctions = { # this is a mapping of the Credential enum to function pointers
Credential.Twitch_Credential: load_Twitch_Credential,
Credential.Discord_Credential: load_Discord_Credential,

View File

@ -168,4 +168,3 @@ if __name__ == "__main__":
testModule.main()