mirror of
https://github.com/Steffo99/greed.git
synced 2024-11-21 13:34:18 +00:00
PEP8
This commit is contained in:
parent
6883d8ff3d
commit
15438ccaaf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class ChatWorker(threading.Thread):
|
|||
self.invoice_payload = None
|
||||
# The Sentry client for reporting errors encountered by the user
|
||||
if configloader.config["Error Reporting"]["sentry_token"] != \
|
||||
"https://00000000000000000000000000000000:00000000000000000000000000000000@sentry.io/0000000":
|
||||
"https://00000000000000000000000000000000:00000000000000000000000000000000@sentry.io/0000000":
|
||||
import raven
|
||||
self.sentry_client = raven.Client(configloader.config["Error Reporting"]["sentry_token"],
|
||||
release=raven.fetch_git_sha(os.path.dirname(__file__)),
|
||||
|
|
Loading…
Reference in a new issue