general: cleanup -- remove main and executable bit where it's not necessary
This commit is contained in:
parent
2025d7ad1a
commit
73e57b52d1
13 changed files with 9 additions and 48 deletions
9
my/reddit/rexport.py
Executable file → Normal file
9
my/reddit/rexport.py
Executable file → Normal file
|
@ -238,12 +238,3 @@ def stats() -> Stats:
|
|||
**stat(upvoted ),
|
||||
}
|
||||
|
||||
|
||||
def main() -> None:
|
||||
for e in events(parallel=False):
|
||||
print(e)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue