Skip to content

Commit ff68642

Browse files
committed
whitespace removal
1 parent 6ca48f4 commit ff68642

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pastebin-mirror/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def archive_scrape_pastes(last_archive_time, scraper, storage, rate):
4949
if not storage.has_paste_content('paste_content', x['key'])]
5050
print('[*] Fetching {} new pastes'.format(len(recent_pastes)), file=sys.stderr)
5151
for paste in recent_pastes:
52-
5352
key = paste['key']
5453
storage.save_paste_reference('paste', key, paste['date'], paste['size'],
5554
paste['expire'], paste['title'], paste['syntax'],
@@ -91,7 +90,7 @@ def main():
9190
storage.initialize_tables(args.trending)
9291
else:
9392
storage = FlatFileStorage(location=args.output)
94-
93+
9594
last_scrape = -args.rate
9695
last_trending = -60 * 60
9796

0 commit comments

Comments
 (0)