We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa292b3 commit 16c7f7aCopy full SHA for 16c7f7a
pastebin-mirror/__main__.py
@@ -161,6 +161,8 @@ def main():
161
print("[!] Error writing to flat file storage location: {}".format(e.strerror), file=sys.stderr)
162
print("[!] Fatal error. Exiting...", file=sys.stderr)
163
sys.exit(1)
164
+ except Exception as e:
165
+ print("[!] Error caught: {}".format(e))
166
time.sleep(1)
167
168
if __name__ == '__main__':
0 commit comments