mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-05 05:41:14 -04:00
formatting change only - indent with 4 spaces
This commit is contained in:
parent
02fbe725cb
commit
f9d56d3071
1 changed files with 133 additions and 130 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env python
|
||||
# vim: set sw=4 et:
|
||||
|
||||
from json import dumps, loads
|
||||
import os,sys,argparse, urllib.request, urllib.error, urllib.parse
|
||||
import websocket
|
||||
|
@ -162,3 +164,4 @@ def main():
|
|||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue