| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bbb8aa2 commit d32630c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,8 +9,8 @@ def createTimeStamp(datestr, format="%Y-%m-%d %H:%M:%S"): | |||
| 9 | 9 | ||
| 10 | 10 | class Cryptsy: | |
| 11 | 11 | def __init__(self, APIKey, Secret): | |
| 12 | - self.APIKey = APIKey | ||
| 13 | - self.Secret = Secret | ||
| 12 | + self.APIKey = str(APIKey) | ||
| 13 | + self.Secret = str(Secret) | ||
| 14 | 14 | ||
| 15 | 15 | def post_process(self, before): | |
| 16 | 16 | after = before | |
| Back | FazBrowse Home | New Git URL |
0 commit comments