clean ";"
This commit is contained in:
parent
b044da0417
commit
e0892ca6d8
@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import os, argparse
|
import os, argparse
|
||||||
from tomlkit import loads
|
from tomlkit import loads
|
||||||
from tomlkit import dump
|
from tomlkit import dump
|
||||||
@ -34,7 +33,7 @@ class MicroblogConfig:
|
|||||||
|
|
||||||
def check(self, r, u): # (reference, user)
|
def check(self, r, u): # (reference, user)
|
||||||
for key in r:
|
for key in r:
|
||||||
if key == "latestpages": continue;
|
if key == "latestpages": continue
|
||||||
# post and webring have subtables
|
# post and webring have subtables
|
||||||
# webring.profile
|
# webring.profile
|
||||||
# webring.following
|
# webring.following
|
||||||
|
Loading…
x
Reference in New Issue
Block a user